Shades of Cornflower Blue #5894EA
Tints of Cornflower Blue #5894EA
RGB
CMYK
RGB Variations
Color information
#5894EA (or 0x5894EA) is known color: Cornflower Blue. HEX triplet: 58, 94 and EA. RGB value is (88,148,234). Sum of RGB (Red+Green+Blue) = 88+148+234=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #5894EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5894EA is #A76B15. Grayscale: #8B8B8B. Windows color (decimal): -10971926 or 15373400. OLE color: 15373400.
HSL color Cylindrical-coordinate representation of color #5894EA: hue angle of 215.34º 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 #5894EA is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 148 | 234 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.08 |
| HSL | 215.34º | 0.78% | 0.63% | - |
| HSV(B) | 215.34º | 0.62% | 0.92% | - |
| XYZ | 29.47 | 29.2 | 81.92 | - |
| YUV | 139.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 234 | 0.62 | 0.37 | 0 | 0.08 | 215.34 | 0.78 | 0.63 |
| Hex | 58 | 94 | EA | 3E | 25 | 0 | 8 | D7 | 4E | 3F |
| Octal | 130 | 224 | 352 | 76 | 45 | 0 | 10 | 327 | 116 | 77 |
| Binary | 1011000 | 10010100 | 11101010 | 111110 | 100101 | 0 | 1000 | 11010111 | 1001110 | 111111 |
Color Harmonies of #5894EA
Complementary color
Monochromatic Colors of #5894EA
Black with #5894EA
Text Example
Text Example
White with #5894EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5894EA; }
p { color: rgb(88,148,234); }
H1.HeaderClassName
{
color: #5894EA;
}
.AnyTagClassName
{
color: #5894EA;
}
</style>
background-color css
<style>
a { background-color: #5894EA; }
a { background-color: rgb(88,148,234); }
div.DivClassName
{
background-color: #5894EA;
}
.BgClassName
{
background-color: #5894EA;
}
</style>
border-color css
<style>
span { border-color: #5894EA; }
span { border-color: rgb(88,148,234); }
td.TdClassName
{
border-color: #5894EA;
}
.TagClassName
{
border-color: #5894EA;
}
</style>