Shades of Cornflower Blue #599AF2
Tints of Cornflower Blue #599AF2
RGB
CMYK
RGB Variations
Color information
#599AF2 (or 0x599AF2) is known color: Cornflower Blue. HEX triplet: 59, 9A and F2. RGB value is (89,154,242). Sum of RGB (Red+Green+Blue) = 89+154+242=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #599AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599AF2 is #A6650D. Grayscale: #909090. Windows color (decimal): -10904846 or 15899225. OLE color: 15899225.
HSL color Cylindrical-coordinate representation of color #599AF2: hue angle of 214.51º 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 #599AF2 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 154 | 242 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.05 |
| HSL | 214.51º | 0.85% | 0.65% | - |
| HSV(B) | 214.51º | 0.63% | 0.95% | - |
| XYZ | 31.7 | 31.65 | 88.44 | - |
| YUV | 144.6 | 182.97 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 242 | 0.63 | 0.36 | 0 | 0.05 | 214.51 | 0.85 | 0.65 |
| Hex | 59 | 9A | F2 | 3F | 24 | 0 | 5 | D7 | 55 | 41 |
| Octal | 131 | 232 | 362 | 77 | 44 | 0 | 5 | 327 | 125 | 101 |
| Binary | 1011001 | 10011010 | 11110010 | 111111 | 100100 | 0 | 101 | 11010111 | 1010101 | 1000001 |
Color Harmonies of #599AF2
Complementary color
Monochromatic Colors of #599AF2
Black with #599AF2
Text Example
Text Example
White with #599AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599AF2; }
p { color: rgb(89,154,242); }
H1.HeaderClassName
{
color: #599AF2;
}
.AnyTagClassName
{
color: #599AF2;
}
</style>
background-color css
<style>
a { background-color: #599AF2; }
a { background-color: rgb(89,154,242); }
div.DivClassName
{
background-color: #599AF2;
}
.BgClassName
{
background-color: #599AF2;
}
</style>
border-color css
<style>
span { border-color: #599AF2; }
span { border-color: rgb(89,154,242); }
td.TdClassName
{
border-color: #599AF2;
}
.TagClassName
{
border-color: #599AF2;
}
</style>