Shades of Cornflower Blue #5895EE
Tints of Cornflower Blue #5895EE
RGB
CMYK
RGB Variations
Color information
#5895EE (or 0x5895EE) is known color: Cornflower Blue. HEX triplet: 58, 95 and EE. RGB value is (88,149,238). Sum of RGB (Red+Green+Blue) = 88+149+238=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #5895EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5895EE is #A76A11. Grayscale: #8C8C8C. Windows color (decimal): -10971666 or 15635800. OLE color: 15635800.
HSL color Cylindrical-coordinate representation of color #5895EE: hue angle of 215.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5895EE is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 149 | 238 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.07 |
| HSL | 215.6º | 0.82% | 0.64% | - |
| HSV(B) | 215.6º | 0.63% | 0.93% | - |
| XYZ | 30.2 | 29.74 | 85.04 | - |
| YUV | 140.91 | 182.79 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 149 | 238 | 0.63 | 0.37 | 0 | 0.07 | 215.6 | 0.82 | 0.64 |
| Hex | 58 | 95 | EE | 3F | 25 | 0 | 7 | D8 | 52 | 40 |
| Octal | 130 | 225 | 356 | 77 | 45 | 0 | 7 | 330 | 122 | 100 |
| Binary | 1011000 | 10010101 | 11101110 | 111111 | 100101 | 0 | 111 | 11011000 | 1010010 | 1000000 |
Color Harmonies of #5895EE
Complementary color
Monochromatic Colors of #5895EE
Black with #5895EE
Text Example
Text Example
White with #5895EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5895EE; }
p { color: rgb(88,149,238); }
H1.HeaderClassName
{
color: #5895EE;
}
.AnyTagClassName
{
color: #5895EE;
}
</style>
background-color css
<style>
a { background-color: #5895EE; }
a { background-color: rgb(88,149,238); }
div.DivClassName
{
background-color: #5895EE;
}
.BgClassName
{
background-color: #5895EE;
}
</style>
border-color css
<style>
span { border-color: #5895EE; }
span { border-color: rgb(88,149,238); }
td.TdClassName
{
border-color: #5895EE;
}
.TagClassName
{
border-color: #5895EE;
}
</style>