Shades of Cornflower Blue #518EEB
Tints of Cornflower Blue #518EEB
RGB
CMYK
RGB Variations
Color information
#518EEB (or 0x518EEB) is known color: Cornflower Blue. HEX triplet: 51, 8E and EB. RGB value is (81,142,235). Sum of RGB (Red+Green+Blue) = 81+142+235=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #518EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EEB is #AE7114. Grayscale: #858585. Windows color (decimal): -11432213 or 15437393. OLE color: 15437393.
HSL color Cylindrical-coordinate representation of color #518EEB: hue angle of 216.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #518EEB is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 142 | 235 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.08 |
| HSL | 216.23º | 0.79% | 0.62% | - |
| HSV(B) | 216.23º | 0.66% | 0.92% | - |
| XYZ | 28.06 | 27.09 | 82.35 | - |
| YUV | 134.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 235 | 0.66 | 0.40 | 0 | 0.08 | 216.23 | 0.79 | 0.62 |
| Hex | 51 | 8E | EB | 42 | 28 | 0 | 8 | D8 | 4F | 3E |
| Octal | 121 | 216 | 353 | 102 | 50 | 0 | 10 | 330 | 117 | 76 |
| Binary | 1010001 | 10001110 | 11101011 | 1000010 | 101000 | 0 | 1000 | 11011000 | 1001111 | 111110 |
Color Harmonies of #518EEB
Complementary color
Monochromatic Colors of #518EEB
Black with #518EEB
Text Example
Text Example
White with #518EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EEB; }
p { color: rgb(81,142,235); }
H1.HeaderClassName
{
color: #518EEB;
}
.AnyTagClassName
{
color: #518EEB;
}
</style>
background-color css
<style>
a { background-color: #518EEB; }
a { background-color: rgb(81,142,235); }
div.DivClassName
{
background-color: #518EEB;
}
.BgClassName
{
background-color: #518EEB;
}
</style>
border-color css
<style>
span { border-color: #518EEB; }
span { border-color: rgb(81,142,235); }
td.TdClassName
{
border-color: #518EEB;
}
.TagClassName
{
border-color: #518EEB;
}
</style>