Shades of Cornflower Blue #599DFA
Tints of Cornflower Blue #599DFA
RGB
CMYK
RGB Variations
Color information
#599DFA (or 0x599DFA) is known color: Cornflower Blue. HEX triplet: 59, 9D and FA. RGB value is (89,157,250). Sum of RGB (Red+Green+Blue) = 89+157+250=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #599DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599DFA is #A66205. Grayscale: #929292. Windows color (decimal): -10904070 or 16424281. OLE color: 16424281.
HSL color Cylindrical-coordinate representation of color #599DFA: hue angle of 214.66º degrees, saturation: 0.94, 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 #599DFA is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 157 | 250 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.02 |
| HSL | 214.66º | 0.94% | 0.66% | - |
| HSV(B) | 214.66º | 0.64% | 0.98% | - |
| XYZ | 33.43 | 33.14 | 95.08 | - |
| YUV | 147.27 | 185.97 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 250 | 0.64 | 0.37 | 0 | 0.02 | 214.66 | 0.94 | 0.66 |
| Hex | 59 | 9D | FA | 40 | 25 | 0 | 2 | D7 | 5E | 42 |
| Octal | 131 | 235 | 372 | 100 | 45 | 0 | 2 | 327 | 136 | 102 |
| Binary | 1011001 | 10011101 | 11111010 | 1000000 | 100101 | 0 | 10 | 11010111 | 1011110 | 1000010 |
Color Harmonies of #599DFA
Complementary color
Monochromatic Colors of #599DFA
Black with #599DFA
Text Example
Text Example
White with #599DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DFA; }
p { color: rgb(89,157,250); }
H1.HeaderClassName
{
color: #599DFA;
}
.AnyTagClassName
{
color: #599DFA;
}
</style>
background-color css
<style>
a { background-color: #599DFA; }
a { background-color: rgb(89,157,250); }
div.DivClassName
{
background-color: #599DFA;
}
.BgClassName
{
background-color: #599DFA;
}
</style>
border-color css
<style>
span { border-color: #599DFA; }
span { border-color: rgb(89,157,250); }
td.TdClassName
{
border-color: #599DFA;
}
.TagClassName
{
border-color: #599DFA;
}
</style>