Shades of Cornflower Blue #599CEF
Tints of Cornflower Blue #599CEF
RGB
CMYK
RGB Variations
Color information
#599CEF (or 0x599CEF) is known color: Cornflower Blue. HEX triplet: 59, 9C and EF. RGB value is (89,156,239). Sum of RGB (Red+Green+Blue) = 89+156+239=484 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.39% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #599CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599CEF is #A66310. Grayscale: #919191. Windows color (decimal): -10904337 or 15703129. OLE color: 15703129.
HSL color Cylindrical-coordinate representation of color #599CEF: hue angle of 213.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #599CEF is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 156 | 239 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.06 |
| HSL | 213.2º | 0.82% | 0.64% | - |
| HSV(B) | 213.2º | 0.63% | 0.94% | - |
| XYZ | 31.59 | 32.13 | 86.2 | - |
| YUV | 145.43 | 180.8 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 239 | 0.63 | 0.35 | 0 | 0.06 | 213.2 | 0.82 | 0.64 |
| Hex | 59 | 9C | EF | 3F | 23 | 0 | 6 | D5 | 52 | 40 |
| Octal | 131 | 234 | 357 | 77 | 43 | 0 | 6 | 325 | 122 | 100 |
| Binary | 1011001 | 10011100 | 11101111 | 111111 | 100011 | 0 | 110 | 11010101 | 1010010 | 1000000 |
Color Harmonies of #599CEF
Complementary color
Monochromatic Colors of #599CEF
Black with #599CEF
Text Example
Text Example
White with #599CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599CEF; }
p { color: rgb(89,156,239); }
H1.HeaderClassName
{
color: #599CEF;
}
.AnyTagClassName
{
color: #599CEF;
}
</style>
background-color css
<style>
a { background-color: #599CEF; }
a { background-color: rgb(89,156,239); }
div.DivClassName
{
background-color: #599CEF;
}
.BgClassName
{
background-color: #599CEF;
}
</style>
border-color css
<style>
span { border-color: #599CEF; }
span { border-color: rgb(89,156,239); }
td.TdClassName
{
border-color: #599CEF;
}
.TagClassName
{
border-color: #599CEF;
}
</style>