Shades of Cornflower Blue #558FFF
Tints of Cornflower Blue #558FFF
RGB
CMYK
RGB Variations
Color information
#558FFF (or 0x558FFF) is known color: Cornflower Blue. HEX triplet: 55, 8F and FF. RGB value is (85,143,255). Sum of RGB (Red+Green+Blue) = 85+143+255=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #558FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558FFF is #AA7000. Grayscale: #898989. Windows color (decimal): -11169793 or 16748373. OLE color: 16748373.
HSL color Cylindrical-coordinate representation of color #558FFF: hue angle of 219.53º 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 #558FFF is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 143 | 255 | - |
| CMYK | 0.67 | 0.44 | 0 | 0 |
| HSL | 219.53º | 1% | 0.67% | - |
| HSV(B) | 219.53º | 0.67% | 1% | - |
| XYZ | 31.62 | 28.8 | 98.5 | - |
| YUV | 138.43 | 193.78 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 255 | 0.67 | 0.44 | 0 | 0 | 219.53 | 1 | 0.67 |
| Hex | 55 | 8F | FF | 43 | 2C | 0 | 0 | DC | 64 | 43 |
| Octal | 125 | 217 | 377 | 103 | 54 | 0 | 0 | 334 | 144 | 103 |
| Binary | 1010101 | 10001111 | 11111111 | 1000011 | 101100 | 0 | 0 | 11011100 | 1100100 | 1000011 |
Color Harmonies of #558FFF
Complementary color
Monochromatic Colors of #558FFF
Black with #558FFF
Text Example
Text Example
White with #558FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FFF; }
p { color: rgb(85,143,255); }
H1.HeaderClassName
{
color: #558FFF;
}
.AnyTagClassName
{
color: #558FFF;
}
</style>
background-color css
<style>
a { background-color: #558FFF; }
a { background-color: rgb(85,143,255); }
div.DivClassName
{
background-color: #558FFF;
}
.BgClassName
{
background-color: #558FFF;
}
</style>
border-color css
<style>
span { border-color: #558FFF; }
span { border-color: rgb(85,143,255); }
td.TdClassName
{
border-color: #558FFF;
}
.TagClassName
{
border-color: #558FFF;
}
</style>