Shades of Cornflower Blue #5986F9
Tints of Cornflower Blue #5986F9
RGB
CMYK
RGB Variations
Color information
#5986F9 (or 0x5986F9) is known color: Cornflower Blue. HEX triplet: 59, 86 and F9. RGB value is (89,134,249). Sum of RGB (Red+Green+Blue) = 89+134+249=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #5986F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5986F9 is #A67906. Grayscale: #858585. Windows color (decimal): -10909959 or 16352857. OLE color: 16352857.
HSL color Cylindrical-coordinate representation of color #5986F9: hue angle of 223.12º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5986F9 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 134 | 249 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.02 |
| HSL | 223.13º | 0.93% | 0.66% | - |
| HSV(B) | 223.13º | 0.64% | 0.98% | - |
| XYZ | 29.74 | 26.01 | 93.08 | - |
| YUV | 133.66 | 193.09 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 249 | 0.64 | 0.46 | 0 | 0.02 | 223.13 | 0.93 | 0.66 |
| Hex | 59 | 86 | F9 | 40 | 2E | 0 | 2 | DF | 5D | 42 |
| Octal | 131 | 206 | 371 | 100 | 56 | 0 | 2 | 337 | 135 | 102 |
| Binary | 1011001 | 10000110 | 11111001 | 1000000 | 101110 | 0 | 10 | 11011111 | 1011101 | 1000010 |
Color Harmonies of #5986F9
Complementary color
Monochromatic Colors of #5986F9
Black with #5986F9
Text Example
Text Example
White with #5986F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5986F9; }
p { color: rgb(89,134,249); }
H1.HeaderClassName
{
color: #5986F9;
}
.AnyTagClassName
{
color: #5986F9;
}
</style>
background-color css
<style>
a { background-color: #5986F9; }
a { background-color: rgb(89,134,249); }
div.DivClassName
{
background-color: #5986F9;
}
.BgClassName
{
background-color: #5986F9;
}
</style>
border-color css
<style>
span { border-color: #5986F9; }
span { border-color: rgb(89,134,249); }
td.TdClassName
{
border-color: #5986F9;
}
.TagClassName
{
border-color: #5986F9;
}
</style>