Shades of Cornflower Blue #5995ED
Tints of Cornflower Blue #5995ED
RGB
CMYK
RGB Variations
Color information
#5995ED (or 0x5995ED) is known color: Cornflower Blue. HEX triplet: 59, 95 and ED. RGB value is (89,149,237). Sum of RGB (Red+Green+Blue) = 89+149+237=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #5995ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5995ED is #A66A12. Grayscale: #8C8C8C. Windows color (decimal): -10906131 or 15570265. OLE color: 15570265.
HSL color Cylindrical-coordinate representation of color #5995ED: hue angle of 215.68º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5995ED is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 149 | 237 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.07 |
| HSL | 215.68º | 0.8% | 0.64% | - |
| HSV(B) | 215.68º | 0.62% | 0.93% | - |
| XYZ | 30.15 | 29.73 | 84.27 | - |
| YUV | 141.09 | 182.12 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 237 | 0.62 | 0.37 | 0 | 0.07 | 215.68 | 0.8 | 0.64 |
| Hex | 59 | 95 | ED | 3E | 25 | 0 | 7 | D8 | 50 | 40 |
| Octal | 131 | 225 | 355 | 76 | 45 | 0 | 7 | 330 | 120 | 100 |
| Binary | 1011001 | 10010101 | 11101101 | 111110 | 100101 | 0 | 111 | 11011000 | 1010000 | 1000000 |
Color Harmonies of #5995ED
Complementary color
Monochromatic Colors of #5995ED
Black with #5995ED
Text Example
Text Example
White with #5995ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5995ED; }
p { color: rgb(89,149,237); }
H1.HeaderClassName
{
color: #5995ED;
}
.AnyTagClassName
{
color: #5995ED;
}
</style>
background-color css
<style>
a { background-color: #5995ED; }
a { background-color: rgb(89,149,237); }
div.DivClassName
{
background-color: #5995ED;
}
.BgClassName
{
background-color: #5995ED;
}
</style>
border-color css
<style>
span { border-color: #5995ED; }
span { border-color: rgb(89,149,237); }
td.TdClassName
{
border-color: #5995ED;
}
.TagClassName
{
border-color: #5995ED;
}
</style>