Shades of Cornflower Blue #558AEA
Tints of Cornflower Blue #558AEA
RGB
CMYK
RGB Variations
Color information
#558AEA (or 0x558AEA) is known color: 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
| RGB | 85 | 138 | 234 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.08 |
| HSL | 218.66º | 0.78% | 0.63% | - |
| HSV(B) | 218.66º | 0.64% | 0.92% | - |
| XYZ | 27.69 | 26.05 | 81.41 | - |
| YUV | 133.1 | 184.94 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 234 | 0.64 | 0.41 | 0 | 0.08 | 218.66 | 0.78 | 0.63 |
| Hex | 55 | 8A | EA | 40 | 29 | 0 | 8 | DB | 4E | 3F |
| Octal | 125 | 212 | 352 | 100 | 51 | 0 | 10 | 333 | 116 | 77 |
| Binary | 1010101 | 10001010 | 11101010 | 1000000 | 101001 | 0 | 1000 | 11011011 | 1001110 | 111111 |
Color Harmonies of #558AEA
Complementary color
Monochromatic Colors of #558AEA
Black with #558AEA
Text Example
Text Example
White with #558AEA
Text Example
Text Example
HTML Codes & Css Web 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>