Shades of Cornflower Blue #5892EF
Tints of Cornflower Blue #5892EF
RGB
CMYK
RGB Variations
Color information
#5892EF (or 0x5892EF) is known color: Cornflower Blue. HEX triplet: 58, 92 and EF. RGB value is (88,146,239). Sum of RGB (Red+Green+Blue) = 88+146+239=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #5892EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5892EF is #A76D10. Grayscale: #8A8A8A. Windows color (decimal): -10972433 or 15700568. OLE color: 15700568.
HSL color Cylindrical-coordinate representation of color #5892EF: hue angle of 216.95º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5892EF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 146 | 239 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.06 |
| HSL | 216.95º | 0.83% | 0.64% | - |
| HSV(B) | 216.95º | 0.63% | 0.94% | - |
| XYZ | 29.88 | 28.86 | 85.66 | - |
| YUV | 139.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 239 | 0.63 | 0.39 | 0 | 0.06 | 216.95 | 0.83 | 0.64 |
| Hex | 58 | 92 | EF | 3F | 27 | 0 | 6 | D9 | 53 | 40 |
| Octal | 130 | 222 | 357 | 77 | 47 | 0 | 6 | 331 | 123 | 100 |
| Binary | 1011000 | 10010010 | 11101111 | 111111 | 100111 | 0 | 110 | 11011001 | 1010011 | 1000000 |
Color Harmonies of #5892EF
Complementary color
Monochromatic Colors of #5892EF
Black with #5892EF
Text Example
Text Example
White with #5892EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5892EF; }
p { color: rgb(88,146,239); }
H1.HeaderClassName
{
color: #5892EF;
}
.AnyTagClassName
{
color: #5892EF;
}
</style>
background-color css
<style>
a { background-color: #5892EF; }
a { background-color: rgb(88,146,239); }
div.DivClassName
{
background-color: #5892EF;
}
.BgClassName
{
background-color: #5892EF;
}
</style>
border-color css
<style>
span { border-color: #5892EF; }
span { border-color: rgb(88,146,239); }
td.TdClassName
{
border-color: #5892EF;
}
.TagClassName
{
border-color: #5892EF;
}
</style>