#558CDE

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

Shades of Cornflower Blue #558CDE

Tints of Cornflower Blue #558CDE

Color information

#558CDE (or 0x558CDE) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8C and DE. RGB value is (85,140,222). Sum of RGB (Red+Green+Blue) = 85+140+222=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #558CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CDE is #AA7321. Grayscale: #848484. Windows color (decimal): -11170594 or 14584917. OLE color: 14584917.

HSL color Cylindrical-coordinate representation of color #558CDE: hue angle of 215.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558CDE is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85140222-
CMYK0.620.3700.13
HSL215.91º67.49%60.2%-
HSV(B)215.91º61.71%87.06%-
XYZ26.3125.9672.73-
YUV132.9178.2893.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 222 (87.11% from 255) = 49.66%
R=19.02%
G=31.32%
B=49.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851402220.620.3700.13215.9167.4960.2
Hex558CDE3E250Dd8433c
Octal125214336764501533010374
Binary1010101100011001101111011111010010101101110110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558CDE; }

 p { color: rgb(85,140,222); }

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

<style>
 a { background-color: #558CDE; }

 a { background-color: rgb(85,140,222); }

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

<style>
 span { border-color: #558CDE; }

 span { border-color: rgb(85,140,222); }

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