#55A0FD

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

Shades of Cornflower Blue #55A0FD

Tints of Cornflower Blue #55A0FD

Color information

#55A0FD (or 0x55A0FD) is unknown color: approx Cornflower Blue. HEX triplet: 55, A0 and FD. RGB value is (85,160,253). Sum of RGB (Red+Green+Blue) = 85+160+253=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #55A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A0FD is #AA5F02. Grayscale: #939393. Windows color (decimal): -11165443 or 16621653. OLE color: 16621653.

HSL color Cylindrical-coordinate representation of color #55A0FD: hue angle of 213.21º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A0FD is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB85160253-
CMYK0.660.3700.01
HSL213.21º97.67%66.27%-
HSV(B)213.21º66.4%99.22%-
XYZ34.0534.1697.73-
YUV148.18187.1582.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.07%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=17.07%
G=32.13%
B=50.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal851602530.660.3700.01213.2197.6766.27
Hex55A0FD422501d56242
Octal1252403751024501325142102
Binary101010110100000111111011000010100101011101010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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