#558BEB

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

Shades of Cornflower Blue #558BEB

Tints of Cornflower Blue #558BEB

Color information

#558BEB (or 0x558BEB) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8B and EB. RGB value is (85,139,235). Sum of RGB (Red+Green+Blue) = 85+139+235=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #558BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BEB is #AA7414. Grayscale: #858585. Windows color (decimal): -11170837 or 15436629. OLE color: 15436629.

HSL color Cylindrical-coordinate representation of color #558BEB: hue angle of 218.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #558BEB is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB85139235-
CMYK0.640.4100.08
HSL218.4º78.95%62.75%-
HSV(B)218.4º63.83%92.16%-
XYZ27.9726.3982.22-
YUV133.8185.1193.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 235 (92.19% from 255) = 51.20%
R=18.52%
G=30.28%
B=51.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal851392350.640.4100.08218.478.9562.75
Hex558BEB402908da4f3f
Octal1252133531005101033211777
Binary10101011000101111101011100000010100101000110110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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