Shades of Cornflower Blue #5999FE
Tints of Cornflower Blue #5999FE
RGB
CMYK
RGB Variations
Color information
#5999FE (or 0x5999FE) is known color: Cornflower Blue. HEX triplet: 59, 99 and FE. RGB value is (89,153,254). Sum of RGB (Red+Green+Blue) = 89+153+254=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #5999FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5999FE is #A66601. Grayscale: #909090. Windows color (decimal): -10905090 or 16685401. OLE color: 16685401.
HSL color Cylindrical-coordinate representation of color #5999FE: hue angle of 216.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5999FE is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 153 | 254 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.00 |
| HSL | 216.73º | 0.99% | 0.67% | - |
| HSV(B) | 216.73º | 0.65% | 1% | - |
| XYZ | 33.4 | 32.06 | 98.19 | - |
| YUV | 145.38 | 189.3 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 254 | 0.65 | 0.40 | 0 | 0.00 | 216.73 | 0.99 | 0.67 |
| Hex | 59 | 99 | FE | 41 | 28 | 0 | 0 | D9 | 63 | 43 |
| Octal | 131 | 231 | 376 | 101 | 50 | 0 | 0 | 331 | 143 | 103 |
| Binary | 1011001 | 10011001 | 11111110 | 1000001 | 101000 | 0 | 0 | 11011001 | 1100011 | 1000011 |
Color Harmonies of #5999FE
Complementary color
Monochromatic Colors of #5999FE
Black with #5999FE
Text Example
Text Example
White with #5999FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5999FE; }
p { color: rgb(89,153,254); }
H1.HeaderClassName
{
color: #5999FE;
}
.AnyTagClassName
{
color: #5999FE;
}
</style>
background-color css
<style>
a { background-color: #5999FE; }
a { background-color: rgb(89,153,254); }
div.DivClassName
{
background-color: #5999FE;
}
.BgClassName
{
background-color: #5999FE;
}
</style>
border-color css
<style>
span { border-color: #5999FE; }
span { border-color: rgb(89,153,254); }
td.TdClassName
{
border-color: #5999FE;
}
.TagClassName
{
border-color: #5999FE;
}
</style>