Shades of Cornflower Blue #599AFF
Tints of Cornflower Blue #599AFF
RGB
CMYK
RGB Variations
Color information
#599AFF (or 0x599AFF) is known color: Cornflower Blue. HEX triplet: 59, 9A and FF. RGB value is (89,154,255). Sum of RGB (Red+Green+Blue) = 89+154+255=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #599AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599AFF is #A66500. Grayscale: #919191. Windows color (decimal): -10904833 or 16751193. OLE color: 16751193.
HSL color Cylindrical-coordinate representation of color #599AFF: hue angle of 216.51º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #599AFF is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 154 | 255 | - |
| CMYK | 0.65 | 0.40 | 0 | 0 |
| HSL | 216.51º | 1% | 0.67% | - |
| HSV(B) | 216.51º | 0.65% | 1% | - |
| XYZ | 33.73 | 32.46 | 99.09 | - |
| YUV | 146.08 | 189.47 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 255 | 0.65 | 0.40 | 0 | 0 | 216.51 | 1 | 0.67 |
| Hex | 59 | 9A | FF | 41 | 28 | 0 | 0 | D9 | 64 | 43 |
| Octal | 131 | 232 | 377 | 101 | 50 | 0 | 0 | 331 | 144 | 103 |
| Binary | 1011001 | 10011010 | 11111111 | 1000001 | 101000 | 0 | 0 | 11011001 | 1100100 | 1000011 |
Color Harmonies of #599AFF
Complementary color
Monochromatic Colors of #599AFF
Black with #599AFF
Text Example
Text Example
White with #599AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599AFF; }
p { color: rgb(89,154,255); }
H1.HeaderClassName
{
color: #599AFF;
}
.AnyTagClassName
{
color: #599AFF;
}
</style>
background-color css
<style>
a { background-color: #599AFF; }
a { background-color: rgb(89,154,255); }
div.DivClassName
{
background-color: #599AFF;
}
.BgClassName
{
background-color: #599AFF;
}
</style>
border-color css
<style>
span { border-color: #599AFF; }
span { border-color: rgb(89,154,255); }
td.TdClassName
{
border-color: #599AFF;
}
.TagClassName
{
border-color: #599AFF;
}
</style>