Shades of Cornflower Blue #599CF1
Tints of Cornflower Blue #599CF1
RGB
CMYK
RGB Variations
Color information
#599CF1 (or 0x599CF1) is known color: Cornflower Blue. HEX triplet: 59, 9C and F1. RGB value is (89,156,241). Sum of RGB (Red+Green+Blue) = 89+156+241=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #599CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599CF1 is #A6630E. Grayscale: #919191. Windows color (decimal): -10904335 or 15834201. OLE color: 15834201.
HSL color Cylindrical-coordinate representation of color #599CF1: hue angle of 213.55º degrees, saturation: 0.84, 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 #599CF1 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 156 | 241 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.05 |
| HSL | 213.55º | 0.84% | 0.65% | - |
| HSV(B) | 213.55º | 0.63% | 0.95% | - |
| XYZ | 31.89 | 32.25 | 87.76 | - |
| YUV | 145.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 241 | 0.63 | 0.35 | 0 | 0.05 | 213.55 | 0.84 | 0.65 |
| Hex | 59 | 9C | F1 | 3F | 23 | 0 | 5 | D6 | 54 | 41 |
| Octal | 131 | 234 | 361 | 77 | 43 | 0 | 5 | 326 | 124 | 101 |
| Binary | 1011001 | 10011100 | 11110001 | 111111 | 100011 | 0 | 101 | 11010110 | 1010100 | 1000001 |
Color Harmonies of #599CF1
Complementary color
Monochromatic Colors of #599CF1
Black with #599CF1
Text Example
Text Example
White with #599CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599CF1; }
p { color: rgb(89,156,241); }
H1.HeaderClassName
{
color: #599CF1;
}
.AnyTagClassName
{
color: #599CF1;
}
</style>
background-color css
<style>
a { background-color: #599CF1; }
a { background-color: rgb(89,156,241); }
div.DivClassName
{
background-color: #599CF1;
}
.BgClassName
{
background-color: #599CF1;
}
</style>
border-color css
<style>
span { border-color: #599CF1; }
span { border-color: rgb(89,156,241); }
td.TdClassName
{
border-color: #599CF1;
}
.TagClassName
{
border-color: #599CF1;
}
</style>