Shades of Cornflower Blue #5995F0
Tints of Cornflower Blue #5995F0
RGB
CMYK
RGB Variations
Color information
#5995F0 (or 0x5995F0) is known color: Cornflower Blue. HEX triplet: 59, 95 and F0. RGB value is (89,149,240). Sum of RGB (Red+Green+Blue) = 89+149+240=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #5995F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5995F0 is #A66A0F. Grayscale: #8D8D8D. Windows color (decimal): -10906128 or 15766873. OLE color: 15766873.
HSL color Cylindrical-coordinate representation of color #5995F0: hue angle of 216.16º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5995F0 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 149 | 240 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.06 |
| HSL | 216.16º | 0.83% | 0.65% | - |
| HSV(B) | 216.16º | 0.63% | 0.94% | - |
| XYZ | 30.6 | 29.91 | 86.6 | - |
| YUV | 141.43 | 183.62 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 240 | 0.63 | 0.38 | 0 | 0.06 | 216.16 | 0.83 | 0.65 |
| Hex | 59 | 95 | F0 | 3F | 26 | 0 | 6 | D8 | 53 | 41 |
| Octal | 131 | 225 | 360 | 77 | 46 | 0 | 6 | 330 | 123 | 101 |
| Binary | 1011001 | 10010101 | 11110000 | 111111 | 100110 | 0 | 110 | 11011000 | 1010011 | 1000001 |
Color Harmonies of #5995F0
Complementary color
Monochromatic Colors of #5995F0
Black with #5995F0
Text Example
Text Example
White with #5995F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5995F0; }
p { color: rgb(89,149,240); }
H1.HeaderClassName
{
color: #5995F0;
}
.AnyTagClassName
{
color: #5995F0;
}
</style>
background-color css
<style>
a { background-color: #5995F0; }
a { background-color: rgb(89,149,240); }
div.DivClassName
{
background-color: #5995F0;
}
.BgClassName
{
background-color: #5995F0;
}
</style>
border-color css
<style>
span { border-color: #5995F0; }
span { border-color: rgb(89,149,240); }
td.TdClassName
{
border-color: #5995F0;
}
.TagClassName
{
border-color: #5995F0;
}
</style>