#55A0F7

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

Shades of Cornflower Blue #55A0F7

Tints of Cornflower Blue #55A0F7

Color information

#55A0F7 (or 0x55A0F7) is unknown color: approx Cornflower Blue. HEX triplet: 55, A0 and F7. RGB value is (85,160,247). Sum of RGB (Red+Green+Blue) = 85+160+247=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #55A0F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A0F7 is #AA5F08. Grayscale: #939393. Windows color (decimal): -11165449 or 16228437. OLE color: 16228437.

HSL color Cylindrical-coordinate representation of color #55A0F7: hue angle of 212.22º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A0F7 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB85160247-
CMYK0.660.3500.03
HSL212.22º91.01%65.1%-
HSV(B)212.22º65.59%96.86%-
XYZ33.1133.7992.77-
YUV147.49184.1583.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.28%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 247 (96.88% from 255) = 50.20%
R=17.28%
G=32.52%
B=50.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal851602470.660.3500.03212.2291.0165.1
Hex55A0F7422303d45b41
Octal1252403671024303324133101
Binary1010101101000001111011110000101000110111101010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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