#55A0F9

Color #55A0F9 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #55A0F9

Tints of Cornflower Blue #55A0F9

Color information

#55A0F9 (or 0x55A0F9) is unknown color: approx Cornflower Blue. HEX triplet: 55, A0 and F9. RGB value is (85,160,249). Sum of RGB (Red+Green+Blue) = 85+160+249=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #55A0F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A0F9 is #AA5F06. Grayscale: #939393. Windows color (decimal): -11165447 or 16359509. OLE color: 16359509.

HSL color Cylindrical-coordinate representation of color #55A0F9: hue angle of 212.56º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A0F9 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB85160249-
CMYK0.660.3600.02
HSL212.56º93.18%65.49%-
HSV(B)212.56º65.86%97.65%-
XYZ33.4233.9194.41-
YUV147.72185.1583.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.21%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 249 (97.66% from 255) = 50.40%
R=17.21%
G=32.39%
B=50.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal851602490.660.3600.02212.5693.1865.49
Hex55A0F9422402d55d41
Octal1252403711024402325135101
Binary1010101101000001111100110000101001000101101010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A0F9; }

 p { color: rgb(85,160,249); }

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

<style>
 a { background-color: #55A0F9; }

 a { background-color: rgb(85,160,249); }

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

<style>
 span { border-color: #55A0F9; }

 span { border-color: rgb(85,160,249); }

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