Shades of Cornflower Blue #599AFC
Tints of Cornflower Blue #599AFC
RGB
CMYK
RGB Variations
Color information
#599AFC (or 0x599AFC) is known color: Cornflower Blue. HEX triplet: 59, 9A and FC. RGB value is (89,154,252). Sum of RGB (Red+Green+Blue) = 89+154+252=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #599AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599AFC is #A66503. Grayscale: #919191. Windows color (decimal): -10904836 or 16554585. OLE color: 16554585.
HSL color Cylindrical-coordinate representation of color #599AFC: hue angle of 216.07º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #599AFC is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 154 | 252 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.01 |
| HSL | 216.07º | 0.96% | 0.67% | - |
| HSV(B) | 216.07º | 0.65% | 0.99% | - |
| XYZ | 33.25 | 32.26 | 96.57 | - |
| YUV | 145.74 | 187.97 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 252 | 0.65 | 0.39 | 0 | 0.01 | 216.07 | 0.96 | 0.67 |
| Hex | 59 | 9A | FC | 41 | 27 | 0 | 1 | D8 | 60 | 43 |
| Octal | 131 | 232 | 374 | 101 | 47 | 0 | 1 | 330 | 140 | 103 |
| Binary | 1011001 | 10011010 | 11111100 | 1000001 | 100111 | 0 | 1 | 11011000 | 1100000 | 1000011 |
Color Harmonies of #599AFC
Complementary color
Monochromatic Colors of #599AFC
Black with #599AFC
Text Example
Text Example
White with #599AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599AFC; }
p { color: rgb(89,154,252); }
H1.HeaderClassName
{
color: #599AFC;
}
.AnyTagClassName
{
color: #599AFC;
}
</style>
background-color css
<style>
a { background-color: #599AFC; }
a { background-color: rgb(89,154,252); }
div.DivClassName
{
background-color: #599AFC;
}
.BgClassName
{
background-color: #599AFC;
}
</style>
border-color css
<style>
span { border-color: #599AFC; }
span { border-color: rgb(89,154,252); }
td.TdClassName
{
border-color: #599AFC;
}
.TagClassName
{
border-color: #599AFC;
}
</style>