Shades of Cornflower Blue #558BFF
Tints of Cornflower Blue #558BFF
RGB
CMYK
RGB Variations
Color information
#558BFF (or 0x558BFF) is known color: Cornflower Blue. HEX triplet: 55, 8B and FF. RGB value is (85,139,255). Sum of RGB (Red+Green+Blue) = 85+139+255=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #558BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BFF is #AA7400. Grayscale: #878787. Windows color (decimal): -11170817 or 16747349. OLE color: 16747349.
HSL color Cylindrical-coordinate representation of color #558BFF: hue angle of 220.94º 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 #558BFF is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 139 | 255 | - |
| CMYK | 0.67 | 0.45 | 0 | 0 |
| HSL | 220.94º | 1% | 0.67% | - |
| HSV(B) | 220.94º | 0.67% | 1% | - |
| XYZ | 31.03 | 27.62 | 98.3 | - |
| YUV | 136.08 | 195.11 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 255 | 0.67 | 0.45 | 0 | 0 | 220.94 | 1 | 0.67 |
| Hex | 55 | 8B | FF | 43 | 2D | 0 | 0 | DD | 64 | 43 |
| Octal | 125 | 213 | 377 | 103 | 55 | 0 | 0 | 335 | 144 | 103 |
| Binary | 1010101 | 10001011 | 11111111 | 1000011 | 101101 | 0 | 0 | 11011101 | 1100100 | 1000011 |
Color Harmonies of #558BFF
Complementary color
Monochromatic Colors of #558BFF
Black with #558BFF
Text Example
Text Example
White with #558BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BFF; }
p { color: rgb(85,139,255); }
H1.HeaderClassName
{
color: #558BFF;
}
.AnyTagClassName
{
color: #558BFF;
}
</style>
background-color css
<style>
a { background-color: #558BFF; }
a { background-color: rgb(85,139,255); }
div.DivClassName
{
background-color: #558BFF;
}
.BgClassName
{
background-color: #558BFF;
}
</style>
border-color css
<style>
span { border-color: #558BFF; }
span { border-color: rgb(85,139,255); }
td.TdClassName
{
border-color: #558BFF;
}
.TagClassName
{
border-color: #558BFF;
}
</style>