Shades of Cornflower Blue #518EFC
Tints of Cornflower Blue #518EFC
RGB
CMYK
RGB Variations
Color information
#518EFC (or 0x518EFC) is known color: Cornflower Blue. HEX triplet: 51, 8E and FC. RGB value is (81,142,252). Sum of RGB (Red+Green+Blue) = 81+142+252=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #518EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EFC is #AE7103. Grayscale: #878787. Windows color (decimal): -11432196 or 16551505. OLE color: 16551505.
HSL color Cylindrical-coordinate representation of color #518EFC: hue angle of 218.6º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #518EFC is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 142 | 252 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.01 |
| HSL | 218.6º | 0.97% | 0.65% | - |
| HSV(B) | 218.6º | 0.68% | 0.99% | - |
| XYZ | 30.64 | 28.12 | 95.91 | - |
| YUV | 136.3 | 193.29 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 252 | 0.68 | 0.44 | 0 | 0.01 | 218.6 | 0.97 | 0.65 |
| Hex | 51 | 8E | FC | 44 | 2C | 0 | 1 | DB | 61 | 41 |
| Octal | 121 | 216 | 374 | 104 | 54 | 0 | 1 | 333 | 141 | 101 |
| Binary | 1010001 | 10001110 | 11111100 | 1000100 | 101100 | 0 | 1 | 11011011 | 1100001 | 1000001 |
Color Harmonies of #518EFC
Complementary color
Monochromatic Colors of #518EFC
Black with #518EFC
Text Example
Text Example
White with #518EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EFC; }
p { color: rgb(81,142,252); }
H1.HeaderClassName
{
color: #518EFC;
}
.AnyTagClassName
{
color: #518EFC;
}
</style>
background-color css
<style>
a { background-color: #518EFC; }
a { background-color: rgb(81,142,252); }
div.DivClassName
{
background-color: #518EFC;
}
.BgClassName
{
background-color: #518EFC;
}
</style>
border-color css
<style>
span { border-color: #518EFC; }
span { border-color: rgb(81,142,252); }
td.TdClassName
{
border-color: #518EFC;
}
.TagClassName
{
border-color: #518EFC;
}
</style>