Shades of Cornflower Blue #518DDC
Tints of Cornflower Blue #518DDC
RGB
CMYK
RGB Variations
Color information
#518DDC (or 0x518DDC) is known color: Cornflower Blue. HEX triplet: 51, 8D and DC. RGB value is (81,141,220). Sum of RGB (Red+Green+Blue) = 81+141+220=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #518DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DDC is #AE7223. Grayscale: #838383. Windows color (decimal): -11432484 or 14454097. OLE color: 14454097.
HSL color Cylindrical-coordinate representation of color #518DDC: hue angle of 214.1º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518DDC is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 141 | 220 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.14 |
| HSL | 214.1º | 0.67% | 0.59% | - |
| HSV(B) | 214.1º | 0.63% | 0.86% | - |
| XYZ | 25.84 | 25.97 | 71.36 | - |
| YUV | 132.07 | 177.62 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 220 | 0.63 | 0.36 | 0 | 0.14 | 214.1 | 0.67 | 0.59 |
| Hex | 51 | 8D | DC | 3F | 24 | 0 | E | D6 | 43 | 3B |
| Octal | 121 | 215 | 334 | 77 | 44 | 0 | 16 | 326 | 103 | 73 |
| Binary | 1010001 | 10001101 | 11011100 | 111111 | 100100 | 0 | 1110 | 11010110 | 1000011 | 111011 |
Color Harmonies of #518DDC
Complementary color
Monochromatic Colors of #518DDC
Black with #518DDC
Text Example
Text Example
White with #518DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518DDC; }
p { color: rgb(81,141,220); }
H1.HeaderClassName
{
color: #518DDC;
}
.AnyTagClassName
{
color: #518DDC;
}
</style>
background-color css
<style>
a { background-color: #518DDC; }
a { background-color: rgb(81,141,220); }
div.DivClassName
{
background-color: #518DDC;
}
.BgClassName
{
background-color: #518DDC;
}
</style>
border-color css
<style>
span { border-color: #518DDC; }
span { border-color: rgb(81,141,220); }
td.TdClassName
{
border-color: #518DDC;
}
.TagClassName
{
border-color: #518DDC;
}
</style>