Shades of Cornflower Blue #599CE5
Tints of Cornflower Blue #599CE5
RGB
CMYK
RGB Variations
Color information
#599CE5 (or 0x599CE5) is known color: Cornflower Blue. HEX triplet: 59, 9C and E5. RGB value is (89,156,229). Sum of RGB (Red+Green+Blue) = 89+156+229=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #599CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CE5 is #A6631A. Grayscale: #8F8F8F. Windows color (decimal): -10904347 or 15047769. OLE color: 15047769.
HSL color Cylindrical-coordinate representation of color #599CE5: hue angle of 211.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #599CE5 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 156 | 229 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.10 |
| HSL | 211.29º | 0.73% | 0.62% | - |
| HSV(B) | 211.29º | 0.61% | 0.9% | - |
| XYZ | 30.15 | 31.56 | 78.63 | - |
| YUV | 144.29 | 175.8 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 229 | 0.61 | 0.32 | 0 | 0.10 | 211.29 | 0.73 | 0.62 |
| Hex | 59 | 9C | E5 | 3D | 20 | 0 | A | D3 | 49 | 3E |
| Octal | 131 | 234 | 345 | 75 | 40 | 0 | 12 | 323 | 111 | 76 |
| Binary | 1011001 | 10011100 | 11100101 | 111101 | 100000 | 0 | 1010 | 11010011 | 1001001 | 111110 |
Color Harmonies of #599CE5
Complementary color
Monochromatic Colors of #599CE5
Black with #599CE5
Text Example
Text Example
White with #599CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599CE5; }
p { color: rgb(89,156,229); }
H1.HeaderClassName
{
color: #599CE5;
}
.AnyTagClassName
{
color: #599CE5;
}
</style>
background-color css
<style>
a { background-color: #599CE5; }
a { background-color: rgb(89,156,229); }
div.DivClassName
{
background-color: #599CE5;
}
.BgClassName
{
background-color: #599CE5;
}
</style>
border-color css
<style>
span { border-color: #599CE5; }
span { border-color: rgb(89,156,229); }
td.TdClassName
{
border-color: #599CE5;
}
.TagClassName
{
border-color: #599CE5;
}
</style>