Shades of Cornflower Blue #518ADE
Tints of Cornflower Blue #518ADE
RGB
CMYK
RGB Variations
Color information
#518ADE (or 0x518ADE) is known color: Cornflower Blue. HEX triplet: 51, 8A and DE. RGB value is (81,138,222). Sum of RGB (Red+Green+Blue) = 81+138+222=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #518ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ADE is #AE7521. Grayscale: #828282. Windows color (decimal): -11433250 or 14584401. OLE color: 14584401.
HSL color Cylindrical-coordinate representation of color #518ADE: hue angle of 215.74º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518ADE is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 138 | 222 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.13 |
| HSL | 215.74º | 0.68% | 0.59% | - |
| HSV(B) | 215.74º | 0.64% | 0.87% | - |
| XYZ | 25.67 | 25.2 | 72.62 | - |
| YUV | 130.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 222 | 0.64 | 0.38 | 0 | 0.13 | 215.74 | 0.68 | 0.59 |
| Hex | 51 | 8A | DE | 40 | 26 | 0 | D | D8 | 44 | 3B |
| Octal | 121 | 212 | 336 | 100 | 46 | 0 | 15 | 330 | 104 | 73 |
| Binary | 1010001 | 10001010 | 11011110 | 1000000 | 100110 | 0 | 1101 | 11011000 | 1000100 | 111011 |
Color Harmonies of #518ADE
Complementary color
Monochromatic Colors of #518ADE
Black with #518ADE
Text Example
Text Example
White with #518ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518ADE; }
p { color: rgb(81,138,222); }
H1.HeaderClassName
{
color: #518ADE;
}
.AnyTagClassName
{
color: #518ADE;
}
</style>
background-color css
<style>
a { background-color: #518ADE; }
a { background-color: rgb(81,138,222); }
div.DivClassName
{
background-color: #518ADE;
}
.BgClassName
{
background-color: #518ADE;
}
</style>
border-color css
<style>
span { border-color: #518ADE; }
span { border-color: rgb(81,138,222); }
td.TdClassName
{
border-color: #518ADE;
}
.TagClassName
{
border-color: #518ADE;
}
</style>