Shades of Cornflower Blue #558DFE
Tints of Cornflower Blue #558DFE
RGB
CMYK
RGB Variations
Color information
#558DFE (or 0x558DFE) is known color: Cornflower Blue. HEX triplet: 55, 8D and FE. RGB value is (85,141,254). Sum of RGB (Red+Green+Blue) = 85+141+254=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #558DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558DFE is #AA7201. Grayscale: #888888. Windows color (decimal): -11170306 or 16682325. OLE color: 16682325.
HSL color Cylindrical-coordinate representation of color #558DFE: hue angle of 220.12º 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 #558DFE is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 141 | 254 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.00 |
| HSL | 220.12º | 0.99% | 0.66% | - |
| HSV(B) | 220.12º | 0.67% | 1% | - |
| XYZ | 31.16 | 28.14 | 97.55 | - |
| YUV | 137.14 | 193.95 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 254 | 0.67 | 0.44 | 0 | 0.00 | 220.12 | 0.99 | 0.66 |
| Hex | 55 | 8D | FE | 43 | 2C | 0 | 0 | DC | 63 | 42 |
| Octal | 125 | 215 | 376 | 103 | 54 | 0 | 0 | 334 | 143 | 102 |
| Binary | 1010101 | 10001101 | 11111110 | 1000011 | 101100 | 0 | 0 | 11011100 | 1100011 | 1000010 |
Color Harmonies of #558DFE
Complementary color
Monochromatic Colors of #558DFE
Black with #558DFE
Text Example
Text Example
White with #558DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DFE; }
p { color: rgb(85,141,254); }
H1.HeaderClassName
{
color: #558DFE;
}
.AnyTagClassName
{
color: #558DFE;
}
</style>
background-color css
<style>
a { background-color: #558DFE; }
a { background-color: rgb(85,141,254); }
div.DivClassName
{
background-color: #558DFE;
}
.BgClassName
{
background-color: #558DFE;
}
</style>
border-color css
<style>
span { border-color: #558DFE; }
span { border-color: rgb(85,141,254); }
td.TdClassName
{
border-color: #558DFE;
}
.TagClassName
{
border-color: #558DFE;
}
</style>