Shades of Cornflower Blue #599BF2
Tints of Cornflower Blue #599BF2
RGB
CMYK
RGB Variations
Color information
#599BF2 (or 0x599BF2) is known color: Cornflower Blue. HEX triplet: 59, 9B and F2. RGB value is (89,155,242). Sum of RGB (Red+Green+Blue) = 89+155+242=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #599BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599BF2 is #A6640D. Grayscale: #909090. Windows color (decimal): -10904590 or 15899481. OLE color: 15899481.
HSL color Cylindrical-coordinate representation of color #599BF2: hue angle of 214.12º 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 #599BF2 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 155 | 242 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.05 |
| HSL | 214.12º | 0.85% | 0.65% | - |
| HSV(B) | 214.12º | 0.63% | 0.95% | - |
| XYZ | 31.87 | 31.98 | 88.5 | - |
| YUV | 145.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 242 | 0.63 | 0.36 | 0 | 0.05 | 214.12 | 0.85 | 0.65 |
| Hex | 59 | 9B | F2 | 3F | 24 | 0 | 5 | D6 | 55 | 41 |
| Octal | 131 | 233 | 362 | 77 | 44 | 0 | 5 | 326 | 125 | 101 |
| Binary | 1011001 | 10011011 | 11110010 | 111111 | 100100 | 0 | 101 | 11010110 | 1010101 | 1000001 |
Color Harmonies of #599BF2
Complementary color
Monochromatic Colors of #599BF2
Black with #599BF2
Text Example
Text Example
White with #599BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BF2; }
p { color: rgb(89,155,242); }
H1.HeaderClassName
{
color: #599BF2;
}
.AnyTagClassName
{
color: #599BF2;
}
</style>
background-color css
<style>
a { background-color: #599BF2; }
a { background-color: rgb(89,155,242); }
div.DivClassName
{
background-color: #599BF2;
}
.BgClassName
{
background-color: #599BF2;
}
</style>
border-color css
<style>
span { border-color: #599BF2; }
span { border-color: rgb(89,155,242); }
td.TdClassName
{
border-color: #599BF2;
}
.TagClassName
{
border-color: #599BF2;
}
</style>