Shades of Cornflower Blue #518EEF
Tints of Cornflower Blue #518EEF
RGB
CMYK
RGB Variations
Color information
#518EEF (or 0x518EEF) is known color: Cornflower Blue. HEX triplet: 51, 8E and EF. RGB value is (81,142,239). Sum of RGB (Red+Green+Blue) = 81+142+239=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #518EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EEF is #AE7110. Grayscale: #868686. Windows color (decimal): -11432209 or 15699537. OLE color: 15699537.
HSL color Cylindrical-coordinate representation of color #518EEF: hue angle of 216.84º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #518EEF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 142 | 239 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.06 |
| HSL | 216.84º | 0.83% | 0.63% | - |
| HSV(B) | 216.84º | 0.66% | 0.94% | - |
| XYZ | 28.65 | 27.33 | 85.43 | - |
| YUV | 134.82 | 186.79 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 239 | 0.66 | 0.41 | 0 | 0.06 | 216.84 | 0.83 | 0.63 |
| Hex | 51 | 8E | EF | 42 | 29 | 0 | 6 | D9 | 53 | 3F |
| Octal | 121 | 216 | 357 | 102 | 51 | 0 | 6 | 331 | 123 | 77 |
| Binary | 1010001 | 10001110 | 11101111 | 1000010 | 101001 | 0 | 110 | 11011001 | 1010011 | 111111 |
Color Harmonies of #518EEF
Complementary color
Monochromatic Colors of #518EEF
Black with #518EEF
Text Example
Text Example
White with #518EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EEF; }
p { color: rgb(81,142,239); }
H1.HeaderClassName
{
color: #518EEF;
}
.AnyTagClassName
{
color: #518EEF;
}
</style>
background-color css
<style>
a { background-color: #518EEF; }
a { background-color: rgb(81,142,239); }
div.DivClassName
{
background-color: #518EEF;
}
.BgClassName
{
background-color: #518EEF;
}
</style>
border-color css
<style>
span { border-color: #518EEF; }
span { border-color: rgb(81,142,239); }
td.TdClassName
{
border-color: #518EEF;
}
.TagClassName
{
border-color: #518EEF;
}
</style>