Shades of Cornflower Blue #518EEA
Tints of Cornflower Blue #518EEA
RGB
CMYK
RGB Variations
Color information
#518EEA (or 0x518EEA) is known color: Cornflower Blue. HEX triplet: 51, 8E and EA. RGB value is (81,142,234). Sum of RGB (Red+Green+Blue) = 81+142+234=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #518EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EEA is #AE7115. Grayscale: #858585. Windows color (decimal): -11432214 or 15371857. OLE color: 15371857.
HSL color Cylindrical-coordinate representation of color #518EEA: hue angle of 216.08º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #518EEA is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 142 | 234 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.08 |
| HSL | 216.08º | 0.78% | 0.62% | - |
| HSV(B) | 216.08º | 0.65% | 0.92% | - |
| XYZ | 27.92 | 27.04 | 81.59 | - |
| YUV | 134.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 234 | 0.65 | 0.39 | 0 | 0.08 | 216.08 | 0.78 | 0.62 |
| Hex | 51 | 8E | EA | 41 | 27 | 0 | 8 | D8 | 4E | 3E |
| Octal | 121 | 216 | 352 | 101 | 47 | 0 | 10 | 330 | 116 | 76 |
| Binary | 1010001 | 10001110 | 11101010 | 1000001 | 100111 | 0 | 1000 | 11011000 | 1001110 | 111110 |
Color Harmonies of #518EEA
Complementary color
Monochromatic Colors of #518EEA
Black with #518EEA
Text Example
Text Example
White with #518EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EEA; }
p { color: rgb(81,142,234); }
H1.HeaderClassName
{
color: #518EEA;
}
.AnyTagClassName
{
color: #518EEA;
}
</style>
background-color css
<style>
a { background-color: #518EEA; }
a { background-color: rgb(81,142,234); }
div.DivClassName
{
background-color: #518EEA;
}
.BgClassName
{
background-color: #518EEA;
}
</style>
border-color css
<style>
span { border-color: #518EEA; }
span { border-color: rgb(81,142,234); }
td.TdClassName
{
border-color: #518EEA;
}
.TagClassName
{
border-color: #518EEA;
}
</style>