#558CF5

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

Shades of Cornflower Blue #558CF5

Tints of Cornflower Blue #558CF5

Color information

#558CF5 (or 0x558CF5) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8C and F5. RGB value is (85,140,245). Sum of RGB (Red+Green+Blue) = 85+140+245=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #558CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CF5 is #AA730A. Grayscale: #878787. Windows color (decimal): -11170571 or 16092245. OLE color: 16092245.

HSL color Cylindrical-coordinate representation of color #558CF5: hue angle of 219.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #558CF5 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB85140245-
CMYK0.650.4300.04
HSL219.38º88.89%64.71%-
HSV(B)219.38º65.31%96.08%-
XYZ29.6127.2890.09-
YUV135.52189.7891.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.09%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 245 (96.09% from 255) = 52.13%
R=18.09%
G=29.79%
B=52.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal851402450.650.4300.04219.3888.8964.71
Hex558CF5412B04db5941
Octal1252143651015304333131101
Binary10101011000110011110101100000110101101001101101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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