Shades of Cornflower Blue #558BFC
Tints of Cornflower Blue #558BFC
RGB
CMYK
RGB Variations
Color information
#558BFC (or 0x558BFC) is known color: Cornflower Blue. HEX triplet: 55, 8B and FC. RGB value is (85,139,252). Sum of RGB (Red+Green+Blue) = 85+139+252=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #558BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BFC is #AA7403. Grayscale: #878787. Windows color (decimal): -11170820 or 16550741. OLE color: 16550741.
HSL color Cylindrical-coordinate representation of color #558BFC: hue angle of 220.6º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558BFC is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 139 | 252 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.01 |
| HSL | 220.6º | 0.97% | 0.66% | - |
| HSV(B) | 220.6º | 0.66% | 0.99% | - |
| XYZ | 30.55 | 27.42 | 95.78 | - |
| YUV | 135.74 | 193.61 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 252 | 0.66 | 0.45 | 0 | 0.01 | 220.6 | 0.97 | 0.66 |
| Hex | 55 | 8B | FC | 42 | 2D | 0 | 1 | DD | 61 | 42 |
| Octal | 125 | 213 | 374 | 102 | 55 | 0 | 1 | 335 | 141 | 102 |
| Binary | 1010101 | 10001011 | 11111100 | 1000010 | 101101 | 0 | 1 | 11011101 | 1100001 | 1000010 |
Color Harmonies of #558BFC
Complementary color
Monochromatic Colors of #558BFC
Black with #558BFC
Text Example
Text Example
White with #558BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BFC; }
p { color: rgb(85,139,252); }
H1.HeaderClassName
{
color: #558BFC;
}
.AnyTagClassName
{
color: #558BFC;
}
</style>
background-color css
<style>
a { background-color: #558BFC; }
a { background-color: rgb(85,139,252); }
div.DivClassName
{
background-color: #558BFC;
}
.BgClassName
{
background-color: #558BFC;
}
</style>
border-color css
<style>
span { border-color: #558BFC; }
span { border-color: rgb(85,139,252); }
td.TdClassName
{
border-color: #558BFC;
}
.TagClassName
{
border-color: #558BFC;
}
</style>