#2F90DA

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

Shades of Summer Sky #2F90DA

Tints of Summer Sky #2F90DA

Color information

#2F90DA (or 0x2F90DA) is unknown color: approx Summer Sky. HEX triplet: 2F, 90 and DA. RGB value is (47,144,218). Sum of RGB (Red+Green+Blue) = 47+144+218=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F90DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F90DA is #D06F25. Grayscale: #7B7B7B. Windows color (decimal): -13659942 or 14323759. OLE color: 14323759.

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

Color convert

RGB47144218-
CMYK0.780.3400.15
HSL205.96º69.8%51.96%-
HSV(B)205.96º78.44%85.49%-
XYZ23.825.6170.02-
YUV123.43181.3673.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.49%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 218 (85.55% from 255) = 53.30%
R=11.49%
G=35.21%
B=53.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal471442180.780.3400.15205.9669.851.96
Hex2F90DA4E220Fce4634
Octal572203321164201731610664
Binary1011111001000011011010100111010001001111110011101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,144,218); }

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

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

 a { background-color: rgb(47,144,218); }

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

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

 span { border-color: rgb(47,144,218); }

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