Shades of Cornflower Blue #518EEC
Tints of Cornflower Blue #518EEC
RGB
CMYK
RGB Variations
Color information
#518EEC (or 0x518EEC) is known color: Cornflower Blue. HEX triplet: 51, 8E and EC. RGB value is (81,142,236). Sum of RGB (Red+Green+Blue) = 81+142+236=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #518EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EEC is #AE7113. Grayscale: #868686. Windows color (decimal): -11432212 or 15502929. OLE color: 15502929.
HSL color Cylindrical-coordinate representation of color #518EEC: hue angle of 216.39º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #518EEC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 142 | 236 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.07 |
| HSL | 216.39º | 0.8% | 0.62% | - |
| HSV(B) | 216.39º | 0.66% | 0.93% | - |
| XYZ | 28.21 | 27.15 | 83.11 | - |
| YUV | 134.48 | 185.29 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 236 | 0.66 | 0.40 | 0 | 0.07 | 216.39 | 0.8 | 0.62 |
| Hex | 51 | 8E | EC | 42 | 28 | 0 | 7 | D8 | 50 | 3E |
| Octal | 121 | 216 | 354 | 102 | 50 | 0 | 7 | 330 | 120 | 76 |
| Binary | 1010001 | 10001110 | 11101100 | 1000010 | 101000 | 0 | 111 | 11011000 | 1010000 | 111110 |
Color Harmonies of #518EEC
Complementary color
Monochromatic Colors of #518EEC
Black with #518EEC
Text Example
Text Example
White with #518EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EEC; }
p { color: rgb(81,142,236); }
H1.HeaderClassName
{
color: #518EEC;
}
.AnyTagClassName
{
color: #518EEC;
}
</style>
background-color css
<style>
a { background-color: #518EEC; }
a { background-color: rgb(81,142,236); }
div.DivClassName
{
background-color: #518EEC;
}
.BgClassName
{
background-color: #518EEC;
}
</style>
border-color css
<style>
span { border-color: #518EEC; }
span { border-color: rgb(81,142,236); }
td.TdClassName
{
border-color: #518EEC;
}
.TagClassName
{
border-color: #518EEC;
}
</style>