#558BE0

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

Shades of Cornflower Blue #558BE0

Tints of Cornflower Blue #558BE0

Color information

#558BE0 (or 0x558BE0) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8B and E0. RGB value is (85,139,224). Sum of RGB (Red+Green+Blue) = 85+139+224=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #558BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BE0 is #AA741F. Grayscale: #848484. Windows color (decimal): -11170848 or 14715733. OLE color: 14715733.

HSL color Cylindrical-coordinate representation of color #558BE0: hue angle of 216.69º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558BE0 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB85139224-
CMYK0.620.3800.12
HSL216.69º69.15%60.59%-
HSV(B)216.69º62.05%87.84%-
XYZ26.4325.7874.1-
YUV132.54179.6194.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 139 (54.69% from 255) = 31.03%
BLUE value IS 224 (87.89% from 255) = 50%
R=18.97%
G=31.03%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal851392240.620.3800.12216.6969.1560.59
Hex558BE03E260Cd9453d
Octal125213340764601433110575
Binary1010101100010111110000011111010011001100110110011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,139,224); }

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

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

 a { background-color: rgb(85,139,224); }

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

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

 span { border-color: rgb(85,139,224); }

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