Shades of Cornflower Blue #558FF8
Tints of Cornflower Blue #558FF8
RGB
CMYK
RGB Variations
Color information
#558FF8 (or 0x558FF8) is known color: Cornflower Blue. HEX triplet: 55, 8F and F8. RGB value is (85,143,248). Sum of RGB (Red+Green+Blue) = 85+143+248=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #558FF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558FF8 is #AA7007. Grayscale: #898989. Windows color (decimal): -11169800 or 16289621. OLE color: 16289621.
HSL color Cylindrical-coordinate representation of color #558FF8: hue angle of 218.65º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558FF8 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 143 | 248 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.03 |
| HSL | 218.65º | 0.92% | 0.65% | - |
| HSV(B) | 218.65º | 0.66% | 0.97% | - |
| XYZ | 30.51 | 28.35 | 92.67 | - |
| YUV | 137.63 | 190.28 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 248 | 0.66 | 0.42 | 0 | 0.03 | 218.65 | 0.92 | 0.65 |
| Hex | 55 | 8F | F8 | 42 | 2A | 0 | 3 | DB | 5C | 41 |
| Octal | 125 | 217 | 370 | 102 | 52 | 0 | 3 | 333 | 134 | 101 |
| Binary | 1010101 | 10001111 | 11111000 | 1000010 | 101010 | 0 | 11 | 11011011 | 1011100 | 1000001 |
Color Harmonies of #558FF8
Complementary color
Monochromatic Colors of #558FF8
Black with #558FF8
Text Example
Text Example
White with #558FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FF8; }
p { color: rgb(85,143,248); }
H1.HeaderClassName
{
color: #558FF8;
}
.AnyTagClassName
{
color: #558FF8;
}
</style>
background-color css
<style>
a { background-color: #558FF8; }
a { background-color: rgb(85,143,248); }
div.DivClassName
{
background-color: #558FF8;
}
.BgClassName
{
background-color: #558FF8;
}
</style>
border-color css
<style>
span { border-color: #558FF8; }
span { border-color: rgb(85,143,248); }
td.TdClassName
{
border-color: #558FF8;
}
.TagClassName
{
border-color: #558FF8;
}
</style>