Shades of Cornflower Blue #518DDD
Tints of Cornflower Blue #518DDD
RGB
CMYK
RGB Variations
Color information
#518DDD (or 0x518DDD) is known color: Cornflower Blue. HEX triplet: 51, 8D and DD. RGB value is (81,141,221). Sum of RGB (Red+Green+Blue) = 81+141+221=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #518DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DDD is #AE7222. Grayscale: #838383. Windows color (decimal): -11432483 or 14519633. OLE color: 14519633.
HSL color Cylindrical-coordinate representation of color #518DDD: hue angle of 214.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518DDD is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 141 | 221 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.13 |
| HSL | 214.29º | 0.67% | 0.59% | - |
| HSV(B) | 214.29º | 0.63% | 0.87% | - |
| XYZ | 25.97 | 26.02 | 72.06 | - |
| YUV | 132.18 | 178.12 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 221 | 0.63 | 0.36 | 0 | 0.13 | 214.29 | 0.67 | 0.59 |
| Hex | 51 | 8D | DD | 3F | 24 | 0 | D | D6 | 43 | 3B |
| Octal | 121 | 215 | 335 | 77 | 44 | 0 | 15 | 326 | 103 | 73 |
| Binary | 1010001 | 10001101 | 11011101 | 111111 | 100100 | 0 | 1101 | 11010110 | 1000011 | 111011 |
Color Harmonies of #518DDD
Complementary color
Monochromatic Colors of #518DDD
Black with #518DDD
Text Example
Text Example
White with #518DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518DDD; }
p { color: rgb(81,141,221); }
H1.HeaderClassName
{
color: #518DDD;
}
.AnyTagClassName
{
color: #518DDD;
}
</style>
background-color css
<style>
a { background-color: #518DDD; }
a { background-color: rgb(81,141,221); }
div.DivClassName
{
background-color: #518DDD;
}
.BgClassName
{
background-color: #518DDD;
}
</style>
border-color css
<style>
span { border-color: #518DDD; }
span { border-color: rgb(81,141,221); }
td.TdClassName
{
border-color: #518DDD;
}
.TagClassName
{
border-color: #518DDD;
}
</style>