Shades of Cornflower Blue #518FE0
Tints of Cornflower Blue #518FE0
RGB
CMYK
RGB Variations
Color information
#518FE0 (or 0x518FE0) is known color: Cornflower Blue. HEX triplet: 51, 8F and E0. RGB value is (81,143,224). Sum of RGB (Red+Green+Blue) = 81+143+224=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #518FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FE0 is #AE701F. Grayscale: #858585. Windows color (decimal): -11431968 or 14716753. OLE color: 14716753.
HSL color Cylindrical-coordinate representation of color #518FE0: hue angle of 213.99º 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 #518FE0 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 143 | 224 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.12 |
| HSL | 213.99º | 0.7% | 0.6% | - |
| HSV(B) | 213.99º | 0.64% | 0.88% | - |
| XYZ | 26.67 | 26.78 | 74.28 | - |
| YUV | 133.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 224 | 0.64 | 0.36 | 0 | 0.12 | 213.99 | 0.7 | 0.6 |
| Hex | 51 | 8F | E0 | 40 | 24 | 0 | C | D6 | 46 | 3C |
| Octal | 121 | 217 | 340 | 100 | 44 | 0 | 14 | 326 | 106 | 74 |
| Binary | 1010001 | 10001111 | 11100000 | 1000000 | 100100 | 0 | 1100 | 11010110 | 1000110 | 111100 |
Color Harmonies of #518FE0
Complementary color
Monochromatic Colors of #518FE0
Black with #518FE0
Text Example
Text Example
White with #518FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518FE0; }
p { color: rgb(81,143,224); }
H1.HeaderClassName
{
color: #518FE0;
}
.AnyTagClassName
{
color: #518FE0;
}
</style>
background-color css
<style>
a { background-color: #518FE0; }
a { background-color: rgb(81,143,224); }
div.DivClassName
{
background-color: #518FE0;
}
.BgClassName
{
background-color: #518FE0;
}
</style>
border-color css
<style>
span { border-color: #518FE0; }
span { border-color: rgb(81,143,224); }
td.TdClassName
{
border-color: #518FE0;
}
.TagClassName
{
border-color: #518FE0;
}
</style>