Shades of Cornflower Blue #558AFE
Tints of Cornflower Blue #558AFE
RGB
CMYK
RGB Variations
Color information
#558AFE (or 0x558AFE) is known color: Cornflower Blue. HEX triplet: 55, 8A and FE. RGB value is (85,138,254). Sum of RGB (Red+Green+Blue) = 85+138+254=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #558AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AFE is #AA7501. Grayscale: #868686. Windows color (decimal): -11171074 or 16681557. OLE color: 16681557.
HSL color Cylindrical-coordinate representation of color #558AFE: hue angle of 221.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #558AFE is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 138 | 254 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.00 |
| HSL | 221.18º | 0.99% | 0.66% | - |
| HSV(B) | 221.18º | 0.67% | 1% | - |
| XYZ | 30.72 | 27.26 | 97.41 | - |
| YUV | 135.38 | 194.94 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 254 | 0.67 | 0.46 | 0 | 0.00 | 221.18 | 0.99 | 0.66 |
| Hex | 55 | 8A | FE | 43 | 2E | 0 | 0 | DD | 63 | 42 |
| Octal | 125 | 212 | 376 | 103 | 56 | 0 | 0 | 335 | 143 | 102 |
| Binary | 1010101 | 10001010 | 11111110 | 1000011 | 101110 | 0 | 0 | 11011101 | 1100011 | 1000010 |
Color Harmonies of #558AFE
Complementary color
Monochromatic Colors of #558AFE
Black with #558AFE
Text Example
Text Example
White with #558AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AFE; }
p { color: rgb(85,138,254); }
H1.HeaderClassName
{
color: #558AFE;
}
.AnyTagClassName
{
color: #558AFE;
}
</style>
background-color css
<style>
a { background-color: #558AFE; }
a { background-color: rgb(85,138,254); }
div.DivClassName
{
background-color: #558AFE;
}
.BgClassName
{
background-color: #558AFE;
}
</style>
border-color css
<style>
span { border-color: #558AFE; }
span { border-color: rgb(85,138,254); }
td.TdClassName
{
border-color: #558AFE;
}
.TagClassName
{
border-color: #558AFE;
}
</style>