Shades of Cornflower Blue #5896EA
Tints of Cornflower Blue #5896EA
RGB
CMYK
RGB Variations
Color information
#5896EA (or 0x5896EA) is known color: Cornflower Blue. HEX triplet: 58, 96 and EA. RGB value is (88,150,234). Sum of RGB (Red+Green+Blue) = 88+150+234=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #5896EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5896EA is #A76915. Grayscale: #8C8C8C. Windows color (decimal): -10971414 or 15373912. OLE color: 15373912.
HSL color Cylindrical-coordinate representation of color #5896EA: hue angle of 214.52º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5896EA is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 150 | 234 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.08 |
| HSL | 214.52º | 0.78% | 0.63% | - |
| HSV(B) | 214.52º | 0.62% | 0.92% | - |
| XYZ | 29.78 | 29.83 | 82.03 | - |
| YUV | 141.04 | 180.46 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 150 | 234 | 0.62 | 0.36 | 0 | 0.08 | 214.52 | 0.78 | 0.63 |
| Hex | 58 | 96 | EA | 3E | 24 | 0 | 8 | D7 | 4E | 3F |
| Octal | 130 | 226 | 352 | 76 | 44 | 0 | 10 | 327 | 116 | 77 |
| Binary | 1011000 | 10010110 | 11101010 | 111110 | 100100 | 0 | 1000 | 11010111 | 1001110 | 111111 |
Color Harmonies of #5896EA
Complementary color
Monochromatic Colors of #5896EA
Black with #5896EA
Text Example
Text Example
White with #5896EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5896EA; }
p { color: rgb(88,150,234); }
H1.HeaderClassName
{
color: #5896EA;
}
.AnyTagClassName
{
color: #5896EA;
}
</style>
background-color css
<style>
a { background-color: #5896EA; }
a { background-color: rgb(88,150,234); }
div.DivClassName
{
background-color: #5896EA;
}
.BgClassName
{
background-color: #5896EA;
}
</style>
border-color css
<style>
span { border-color: #5896EA; }
span { border-color: rgb(88,150,234); }
td.TdClassName
{
border-color: #5896EA;
}
.TagClassName
{
border-color: #5896EA;
}
</style>