Shades of Cornflower Blue #599DF2
Tints of Cornflower Blue #599DF2
RGB
CMYK
RGB Variations
Color information
#599DF2 (or 0x599DF2) is known color: Cornflower Blue. HEX triplet: 59, 9D and F2. RGB value is (89,157,242). Sum of RGB (Red+Green+Blue) = 89+157+242=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #599DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599DF2 is #A6620D. Grayscale: #919191. Windows color (decimal): -10904078 or 15899993. OLE color: 15899993.
HSL color Cylindrical-coordinate representation of color #599DF2: hue angle of 213.33º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #599DF2 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 157 | 242 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.05 |
| HSL | 213.33º | 0.85% | 0.65% | - |
| HSV(B) | 213.33º | 0.63% | 0.95% | - |
| XYZ | 32.2 | 32.65 | 88.61 | - |
| YUV | 146.36 | 181.97 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 242 | 0.63 | 0.35 | 0 | 0.05 | 213.33 | 0.85 | 0.65 |
| Hex | 59 | 9D | F2 | 3F | 23 | 0 | 5 | D5 | 55 | 41 |
| Octal | 131 | 235 | 362 | 77 | 43 | 0 | 5 | 325 | 125 | 101 |
| Binary | 1011001 | 10011101 | 11110010 | 111111 | 100011 | 0 | 101 | 11010101 | 1010101 | 1000001 |
Color Harmonies of #599DF2
Complementary color
Monochromatic Colors of #599DF2
Black with #599DF2
Text Example
Text Example
White with #599DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DF2; }
p { color: rgb(89,157,242); }
H1.HeaderClassName
{
color: #599DF2;
}
.AnyTagClassName
{
color: #599DF2;
}
</style>
background-color css
<style>
a { background-color: #599DF2; }
a { background-color: rgb(89,157,242); }
div.DivClassName
{
background-color: #599DF2;
}
.BgClassName
{
background-color: #599DF2;
}
</style>
border-color css
<style>
span { border-color: #599DF2; }
span { border-color: rgb(89,157,242); }
td.TdClassName
{
border-color: #599DF2;
}
.TagClassName
{
border-color: #599DF2;
}
</style>