Shades of Cornflower Blue #518AE0
Tints of Cornflower Blue #518AE0
RGB
CMYK
RGB Variations
Color information
#518AE0 (or 0x518AE0) is known color: Cornflower Blue. HEX triplet: 51, 8A and E0. RGB value is (81,138,224). Sum of RGB (Red+Green+Blue) = 81+138+224=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #518AE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AE0 is #AE751F. Grayscale: #828282. Windows color (decimal): -11433248 or 14715473. OLE color: 14715473.
HSL color Cylindrical-coordinate representation of color #518AE0: hue angle of 216.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518AE0 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 138 | 224 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.12 |
| HSL | 216.08º | 0.7% | 0.6% | - |
| HSV(B) | 216.08º | 0.64% | 0.88% | - |
| XYZ | 25.94 | 25.31 | 74.04 | - |
| YUV | 130.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 224 | 0.64 | 0.38 | 0 | 0.12 | 216.08 | 0.7 | 0.6 |
| Hex | 51 | 8A | E0 | 40 | 26 | 0 | C | D8 | 46 | 3C |
| Octal | 121 | 212 | 340 | 100 | 46 | 0 | 14 | 330 | 106 | 74 |
| Binary | 1010001 | 10001010 | 11100000 | 1000000 | 100110 | 0 | 1100 | 11011000 | 1000110 | 111100 |
Color Harmonies of #518AE0
Complementary color
Monochromatic Colors of #518AE0
Black with #518AE0
Text Example
Text Example
White with #518AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518AE0; }
p { color: rgb(81,138,224); }
H1.HeaderClassName
{
color: #518AE0;
}
.AnyTagClassName
{
color: #518AE0;
}
</style>
background-color css
<style>
a { background-color: #518AE0; }
a { background-color: rgb(81,138,224); }
div.DivClassName
{
background-color: #518AE0;
}
.BgClassName
{
background-color: #518AE0;
}
</style>
border-color css
<style>
span { border-color: #518AE0; }
span { border-color: rgb(81,138,224); }
td.TdClassName
{
border-color: #518AE0;
}
.TagClassName
{
border-color: #518AE0;
}
</style>