Shades of Cornflower Blue #518EF6
Tints of Cornflower Blue #518EF6
RGB
CMYK
RGB Variations
Color information
#518EF6 (or 0x518EF6) is known color: Cornflower Blue. HEX triplet: 51, 8E and F6. RGB value is (81,142,246). Sum of RGB (Red+Green+Blue) = 81+142+246=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #518EF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EF6 is #AE7109. Grayscale: #878787. Windows color (decimal): -11432202 or 16158289. OLE color: 16158289.
HSL color Cylindrical-coordinate representation of color #518EF6: hue angle of 217.82º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #518EF6 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 142 | 246 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.04 |
| HSL | 217.82º | 0.9% | 0.64% | - |
| HSV(B) | 217.82º | 0.67% | 0.96% | - |
| XYZ | 29.7 | 27.75 | 90.98 | - |
| YUV | 135.62 | 190.29 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 246 | 0.67 | 0.42 | 0 | 0.04 | 217.82 | 0.9 | 0.64 |
| Hex | 51 | 8E | F6 | 43 | 2A | 0 | 4 | DA | 5A | 40 |
| Octal | 121 | 216 | 366 | 103 | 52 | 0 | 4 | 332 | 132 | 100 |
| Binary | 1010001 | 10001110 | 11110110 | 1000011 | 101010 | 0 | 100 | 11011010 | 1011010 | 1000000 |
Color Harmonies of #518EF6
Complementary color
Monochromatic Colors of #518EF6
Black with #518EF6
Text Example
Text Example
White with #518EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EF6; }
p { color: rgb(81,142,246); }
H1.HeaderClassName
{
color: #518EF6;
}
.AnyTagClassName
{
color: #518EF6;
}
</style>
background-color css
<style>
a { background-color: #518EF6; }
a { background-color: rgb(81,142,246); }
div.DivClassName
{
background-color: #518EF6;
}
.BgClassName
{
background-color: #518EF6;
}
</style>
border-color css
<style>
span { border-color: #518EF6; }
span { border-color: rgb(81,142,246); }
td.TdClassName
{
border-color: #518EF6;
}
.TagClassName
{
border-color: #518EF6;
}
</style>