#2DA2F1

Color #2DA2F1 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2DA2F1

Tints of Summer Sky #2DA2F1

Color information

#2DA2F1 (or 0x2DA2F1) is unknown color: approx Summer Sky. HEX triplet: 2D, A2 and F1. RGB value is (45,162,241). Sum of RGB (Red+Green+Blue) = 45+162+241=448 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.04% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #2DA2F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA2F1 is #D25D0E. Grayscale: #878787. Windows color (decimal): -13786383 or 15835693. OLE color: 15835693.

HSL color Cylindrical-coordinate representation of color #2DA2F1: hue angle of 204.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DA2F1 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB45162241-
CMYK0.810.3300.05
HSL204.18º87.5%56.08%-
HSV(B)204.18º81.33%94.51%-
XYZ29.8832.7587.97-
YUV136.02187.2463.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 10.04%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 241 (94.53% from 255) = 53.79%
R=10.04%
G=36.16%
B=53.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal451622410.810.3300.05204.1887.556.08
Hex2DA2F1512105cc5838
Octal55242361121410531413070
Binary101101101000101111000110100011000010101110011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DA2F1; }

 p { color: rgb(45,162,241); }

 H1.HeaderClassName
 {
   color: #2DA2F1;
 }
 .AnyTagClassName
 {
   color: #2DA2F1;
 }
</style>
background-color css

<style>
 a { background-color: #2DA2F1; }

 a { background-color: rgb(45,162,241); }

 div.DivClassName
 {
   background-color: #2DA2F1;
 }
 .BgClassName
 {
   background-color: #2DA2F1;
 }
</style>
border-color css

<style>
 span { border-color: #2DA2F1; }

 span { border-color: rgb(45,162,241); }

 td.TdClassName
 {
   border-color: #2DA2F1;
 }
 .TagClassName
 {
   border-color: #2DA2F1;
 }
</style>