#558AEB

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

Shades of Cornflower Blue #558AEB

Tints of Cornflower Blue #558AEB

Color information

#558AEB (or 0x558AEB) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8A and EB. RGB value is (85,138,235). Sum of RGB (Red+Green+Blue) = 85+138+235=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #558AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AEB is #AA7514. Grayscale: #848484. Windows color (decimal): -11171093 or 15436373. OLE color: 15436373.

HSL color Cylindrical-coordinate representation of color #558AEB: hue angle of 218.8º 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 #558AEB is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB85138235-
CMYK0.640.4100.08
HSL218.8º78.95%62.75%-
HSV(B)218.8º63.83%92.16%-
XYZ27.8326.1182.17-
YUV133.21185.4493.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.56%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 235 (92.19% from 255) = 51.31%
R=18.56%
G=30.13%
B=51.31%

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
Decimal851382350.640.4100.08218.878.9562.75
Hex558AEB402908db4f3f
Octal1252123531005101033311777
Binary10101011000101011101011100000010100101000110110111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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