#558AEA

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

Shades of Cornflower Blue #558AEA

Tints of Cornflower Blue #558AEA

Color information

#558AEA (or 0x558AEA) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8A and EA. RGB value is (85,138,234). Sum of RGB (Red+Green+Blue) = 85+138+234=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #558AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AEA is #AA7515. Grayscale: #848484. Windows color (decimal): -11171094 or 15370837. OLE color: 15370837.

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

Color convert

RGB85138234-
CMYK0.640.4100.08
HSL218.66º78.01%62.55%-
HSV(B)218.66º63.68%91.76%-
XYZ27.6926.0581.41-
YUV133.1184.9493.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 234 (91.80% from 255) = 51.20%
R=18.60%
G=30.20%
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
Decimal851382340.640.4100.08218.6678.0162.55
Hex558AEA402908db4e3f
Octal1252123521005101033311677
Binary10101011000101011101010100000010100101000110110111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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