#2890D9

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

Shades of Summer Sky #2890D9

Tints of Summer Sky #2890D9

Color information

#2890D9 (or 0x2890D9) is unknown color: approx Summer Sky. HEX triplet: 28, 90 and D9. RGB value is (40,144,217). Sum of RGB (Red+Green+Blue) = 40+144+217=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #2890D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2890D9 is #D76F26. Grayscale: #787878. Windows color (decimal): -14118695 or 14258216. OLE color: 14258216.

HSL color Cylindrical-coordinate representation of color #2890D9: hue angle of 204.75º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2890D9 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB40144217-
CMYK0.820.3400.15
HSL204.75º69.96%50.39%-
HSV(B)204.75º81.57%85.1%-
XYZ23.3725.4169.32-
YUV121.23182.0470.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.98%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 217 (85.16% from 255) = 54.11%
R=9.98%
G=35.91%
B=54.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal401442170.820.3400.15204.7569.9650.39
Hex2890D952220Fcd4632
Octal502203311224201731510662
Binary1010001001000011011001101001010001001111110011011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2890D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2890D9; }

 p { color: rgb(40,144,217); }

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

<style>
 a { background-color: #2890D9; }

 a { background-color: rgb(40,144,217); }

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

<style>
 span { border-color: #2890D9; }

 span { border-color: rgb(40,144,217); }

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