Shades of Cornflower Blue #559DF8
Tints of Cornflower Blue #559DF8
RGB
CMYK
RGB Variations
Color information
#559DF8 (or 0x559DF8) is known color: Cornflower Blue. HEX triplet: 55, 9D and F8. RGB value is (85,157,248). Sum of RGB (Red+Green+Blue) = 85+157+248=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #559DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559DF8 is #AA6207. Grayscale: #919191. Windows color (decimal): -11166216 or 16293205. OLE color: 16293205.
HSL color Cylindrical-coordinate representation of color #559DF8: hue angle of 213.5º 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 #559DF8 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 157 | 248 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.03 |
| HSL | 213.5º | 0.92% | 0.65% | - |
| HSV(B) | 213.5º | 0.66% | 0.97% | - |
| XYZ | 32.75 | 32.82 | 93.42 | - |
| YUV | 145.85 | 185.65 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 248 | 0.66 | 0.37 | 0 | 0.03 | 213.5 | 0.92 | 0.65 |
| Hex | 55 | 9D | F8 | 42 | 25 | 0 | 3 | D5 | 5C | 41 |
| Octal | 125 | 235 | 370 | 102 | 45 | 0 | 3 | 325 | 134 | 101 |
| Binary | 1010101 | 10011101 | 11111000 | 1000010 | 100101 | 0 | 11 | 11010101 | 1011100 | 1000001 |
Color Harmonies of #559DF8
Complementary color
Monochromatic Colors of #559DF8
Black with #559DF8
Text Example
Text Example
White with #559DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DF8; }
p { color: rgb(85,157,248); }
H1.HeaderClassName
{
color: #559DF8;
}
.AnyTagClassName
{
color: #559DF8;
}
</style>
background-color css
<style>
a { background-color: #559DF8; }
a { background-color: rgb(85,157,248); }
div.DivClassName
{
background-color: #559DF8;
}
.BgClassName
{
background-color: #559DF8;
}
</style>
border-color css
<style>
span { border-color: #559DF8; }
span { border-color: rgb(85,157,248); }
td.TdClassName
{
border-color: #559DF8;
}
.TagClassName
{
border-color: #559DF8;
}
</style>