Shades of Cornflower Blue #599DF0
Tints of Cornflower Blue #599DF0
RGB
CMYK
RGB Variations
Color information
#599DF0 (or 0x599DF0) is known color: Cornflower Blue. HEX triplet: 59, 9D and F0. RGB value is (89,157,240). Sum of RGB (Red+Green+Blue) = 89+157+240=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #599DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599DF0 is #A6620F. Grayscale: #919191. Windows color (decimal): -10904080 or 15768921. OLE color: 15768921.
HSL color Cylindrical-coordinate representation of color #599DF0: hue angle of 212.98º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #599DF0 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 157 | 240 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.06 |
| HSL | 212.98º | 0.83% | 0.65% | - |
| HSV(B) | 212.98º | 0.63% | 0.94% | - |
| XYZ | 31.9 | 32.53 | 87.04 | - |
| YUV | 146.13 | 180.97 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 240 | 0.63 | 0.35 | 0 | 0.06 | 212.98 | 0.83 | 0.65 |
| Hex | 59 | 9D | F0 | 3F | 23 | 0 | 6 | D5 | 53 | 41 |
| Octal | 131 | 235 | 360 | 77 | 43 | 0 | 6 | 325 | 123 | 101 |
| Binary | 1011001 | 10011101 | 11110000 | 111111 | 100011 | 0 | 110 | 11010101 | 1010011 | 1000001 |
Color Harmonies of #599DF0
Complementary color
Monochromatic Colors of #599DF0
Black with #599DF0
Text Example
Text Example
White with #599DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DF0; }
p { color: rgb(89,157,240); }
H1.HeaderClassName
{
color: #599DF0;
}
.AnyTagClassName
{
color: #599DF0;
}
</style>
background-color css
<style>
a { background-color: #599DF0; }
a { background-color: rgb(89,157,240); }
div.DivClassName
{
background-color: #599DF0;
}
.BgClassName
{
background-color: #599DF0;
}
</style>
border-color css
<style>
span { border-color: #599DF0; }
span { border-color: rgb(89,157,240); }
td.TdClassName
{
border-color: #599DF0;
}
.TagClassName
{
border-color: #599DF0;
}
</style>