Shades of Cornflower Blue #558CFF
Tints of Cornflower Blue #558CFF
RGB
CMYK
RGB Variations
Color information
#558CFF (or 0x558CFF) is known color: Cornflower Blue. HEX triplet: 55, 8C and FF. RGB value is (85,140,255). Sum of RGB (Red+Green+Blue) = 85+140+255=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #558CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CFF is #AA7300. Grayscale: #888888. Windows color (decimal): -11170561 or 16747605. OLE color: 16747605.
HSL color Cylindrical-coordinate representation of color #558CFF: hue angle of 220.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #558CFF is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 140 | 255 | - |
| CMYK | 0.67 | 0.45 | 0 | 0 |
| HSL | 220.59º | 1% | 0.67% | - |
| HSV(B) | 220.59º | 0.67% | 1% | - |
| XYZ | 31.17 | 27.91 | 98.35 | - |
| YUV | 136.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 255 | 0.67 | 0.45 | 0 | 0 | 220.59 | 1 | 0.67 |
| Hex | 55 | 8C | FF | 43 | 2D | 0 | 0 | DD | 64 | 43 |
| Octal | 125 | 214 | 377 | 103 | 55 | 0 | 0 | 335 | 144 | 103 |
| Binary | 1010101 | 10001100 | 11111111 | 1000011 | 101101 | 0 | 0 | 11011101 | 1100100 | 1000011 |
Color Harmonies of #558CFF
Complementary color
Monochromatic Colors of #558CFF
Black with #558CFF
Text Example
Text Example
White with #558CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CFF; }
p { color: rgb(85,140,255); }
H1.HeaderClassName
{
color: #558CFF;
}
.AnyTagClassName
{
color: #558CFF;
}
</style>
background-color css
<style>
a { background-color: #558CFF; }
a { background-color: rgb(85,140,255); }
div.DivClassName
{
background-color: #558CFF;
}
.BgClassName
{
background-color: #558CFF;
}
</style>
border-color css
<style>
span { border-color: #558CFF; }
span { border-color: rgb(85,140,255); }
td.TdClassName
{
border-color: #558CFF;
}
.TagClassName
{
border-color: #558CFF;
}
</style>