Shades of Cornflower Blue #599EF8
Tints of Cornflower Blue #599EF8
RGB
CMYK
RGB Variations
Color information
#599EF8 (or 0x599EF8) is known color: Cornflower Blue. HEX triplet: 59, 9E and F8. RGB value is (89,158,248). Sum of RGB (Red+Green+Blue) = 89+158+248=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #599EF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599EF8 is #A66107. Grayscale: #939393. Windows color (decimal): -10903816 or 16293465. OLE color: 16293465.
HSL color Cylindrical-coordinate representation of color #599EF8: hue angle of 213.96º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #599EF8 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 158 | 248 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.03 |
| HSL | 213.96º | 0.92% | 0.66% | - |
| HSV(B) | 213.96º | 0.64% | 0.97% | - |
| XYZ | 33.29 | 33.35 | 93.49 | - |
| YUV | 147.63 | 184.64 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 248 | 0.64 | 0.36 | 0 | 0.03 | 213.96 | 0.92 | 0.66 |
| Hex | 59 | 9E | F8 | 40 | 24 | 0 | 3 | D6 | 5C | 42 |
| Octal | 131 | 236 | 370 | 100 | 44 | 0 | 3 | 326 | 134 | 102 |
| Binary | 1011001 | 10011110 | 11111000 | 1000000 | 100100 | 0 | 11 | 11010110 | 1011100 | 1000010 |
Color Harmonies of #599EF8
Complementary color
Monochromatic Colors of #599EF8
Black with #599EF8
Text Example
Text Example
White with #599EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599EF8; }
p { color: rgb(89,158,248); }
H1.HeaderClassName
{
color: #599EF8;
}
.AnyTagClassName
{
color: #599EF8;
}
</style>
background-color css
<style>
a { background-color: #599EF8; }
a { background-color: rgb(89,158,248); }
div.DivClassName
{
background-color: #599EF8;
}
.BgClassName
{
background-color: #599EF8;
}
</style>
border-color css
<style>
span { border-color: #599EF8; }
span { border-color: rgb(89,158,248); }
td.TdClassName
{
border-color: #599EF8;
}
.TagClassName
{
border-color: #599EF8;
}
</style>