#2DA5F1

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

Shades of Summer Sky #2DA5F1

Tints of Summer Sky #2DA5F1

Color information

#2DA5F1 (or 0x2DA5F1) is unknown color: approx Summer Sky. HEX triplet: 2D, A5 and F1. RGB value is (45,165,241). Sum of RGB (Red+Green+Blue) = 45+165+241=451 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.98% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #2DA5F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DA5F1 is #D25A0E. Grayscale: #898989. Windows color (decimal): -13785615 or 15836461. OLE color: 15836461.

HSL color Cylindrical-coordinate representation of color #2DA5F1: hue angle of 203.27º 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 #2DA5F1 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB45165241-
CMYK0.810.3200.05
HSL203.27º87.5%56.08%-
HSV(B)203.27º81.33%94.51%-
XYZ30.4133.8288.14-
YUV137.78186.2461.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.98%
GREEN value IS 165 (64.84% from 255) = 36.59%
BLUE value IS 241 (94.53% from 255) = 53.44%
R=9.98%
G=36.59%
B=53.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal451652410.810.3200.05203.2787.556.08
Hex2DA5F1512005cb5838
Octal55245361121400531313070
Binary101101101001011111000110100011000000101110010111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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