Shades of Cornflower Blue #518CEA
Tints of Cornflower Blue #518CEA
RGB
CMYK
RGB Variations
Color information
#518CEA (or 0x518CEA) is known color: Cornflower Blue. HEX triplet: 51, 8C and EA. RGB value is (81,140,234). Sum of RGB (Red+Green+Blue) = 81+140+234=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #518CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518CEA is #AE7315. Grayscale: #848484. Windows color (decimal): -11432726 or 15371345. OLE color: 15371345.
HSL color Cylindrical-coordinate representation of color #518CEA: hue angle of 216.86º 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 #518CEA is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 140 | 234 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.08 |
| HSL | 216.86º | 0.78% | 0.62% | - |
| HSV(B) | 216.86º | 0.65% | 0.92% | - |
| XYZ | 27.62 | 26.45 | 81.49 | - |
| YUV | 133.08 | 184.95 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 234 | 0.65 | 0.40 | 0 | 0.08 | 216.86 | 0.78 | 0.62 |
| Hex | 51 | 8C | EA | 41 | 28 | 0 | 8 | D9 | 4E | 3E |
| Octal | 121 | 214 | 352 | 101 | 50 | 0 | 10 | 331 | 116 | 76 |
| Binary | 1010001 | 10001100 | 11101010 | 1000001 | 101000 | 0 | 1000 | 11011001 | 1001110 | 111110 |
Color Harmonies of #518CEA
Complementary color
Monochromatic Colors of #518CEA
Black with #518CEA
Text Example
Text Example
White with #518CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518CEA; }
p { color: rgb(81,140,234); }
H1.HeaderClassName
{
color: #518CEA;
}
.AnyTagClassName
{
color: #518CEA;
}
</style>
background-color css
<style>
a { background-color: #518CEA; }
a { background-color: rgb(81,140,234); }
div.DivClassName
{
background-color: #518CEA;
}
.BgClassName
{
background-color: #518CEA;
}
</style>
border-color css
<style>
span { border-color: #518CEA; }
span { border-color: rgb(81,140,234); }
td.TdClassName
{
border-color: #518CEA;
}
.TagClassName
{
border-color: #518CEA;
}
</style>