Shades of Cornflower Blue #599FE6
Tints of Cornflower Blue #599FE6
RGB
CMYK
RGB Variations
Color information
#599FE6 (or 0x599FE6) is known color: Cornflower Blue. HEX triplet: 59, 9F and E6. RGB value is (89,159,230). Sum of RGB (Red+Green+Blue) = 89+159+230=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #599FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599FE6 is #A66019. Grayscale: #919191. Windows color (decimal): -10903578 or 15114073. OLE color: 15114073.
HSL color Cylindrical-coordinate representation of color #599FE6: hue angle of 210.21º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #599FE6 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 159 | 230 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.10 |
| HSL | 210.21º | 0.74% | 0.63% | - |
| HSV(B) | 210.21º | 0.61% | 0.9% | - |
| XYZ | 30.8 | 32.63 | 79.54 | - |
| YUV | 146.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 230 | 0.61 | 0.31 | 0 | 0.10 | 210.21 | 0.74 | 0.63 |
| Hex | 59 | 9F | E6 | 3D | 1F | 0 | A | D2 | 4A | 3F |
| Octal | 131 | 237 | 346 | 75 | 37 | 0 | 12 | 322 | 112 | 77 |
| Binary | 1011001 | 10011111 | 11100110 | 111101 | 11111 | 0 | 1010 | 11010010 | 1001010 | 111111 |
Color Harmonies of #599FE6
Complementary color
Monochromatic Colors of #599FE6
Black with #599FE6
Text Example
Text Example
White with #599FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FE6; }
p { color: rgb(89,159,230); }
H1.HeaderClassName
{
color: #599FE6;
}
.AnyTagClassName
{
color: #599FE6;
}
</style>
background-color css
<style>
a { background-color: #599FE6; }
a { background-color: rgb(89,159,230); }
div.DivClassName
{
background-color: #599FE6;
}
.BgClassName
{
background-color: #599FE6;
}
</style>
border-color css
<style>
span { border-color: #599FE6; }
span { border-color: rgb(89,159,230); }
td.TdClassName
{
border-color: #599FE6;
}
.TagClassName
{
border-color: #599FE6;
}
</style>