Shades of Cornflower Blue #518CDD
Tints of Cornflower Blue #518CDD
RGB
CMYK
RGB Variations
Color information
#518CDD (or 0x518CDD) is known color: Cornflower Blue. HEX triplet: 51, 8C and DD. RGB value is (81,140,221). Sum of RGB (Red+Green+Blue) = 81+140+221=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #518CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CDD is #AE7322. Grayscale: #838383. Windows color (decimal): -11432739 or 14519377. OLE color: 14519377.
HSL color Cylindrical-coordinate representation of color #518CDD: hue angle of 214.71º 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 #518CDD is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 140 | 221 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.13 |
| HSL | 214.71º | 0.67% | 0.59% | - |
| HSV(B) | 214.71º | 0.63% | 0.87% | - |
| XYZ | 25.82 | 25.73 | 72.01 | - |
| YUV | 131.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 221 | 0.63 | 0.37 | 0 | 0.13 | 214.71 | 0.67 | 0.59 |
| Hex | 51 | 8C | DD | 3F | 25 | 0 | D | D7 | 43 | 3B |
| Octal | 121 | 214 | 335 | 77 | 45 | 0 | 15 | 327 | 103 | 73 |
| Binary | 1010001 | 10001100 | 11011101 | 111111 | 100101 | 0 | 1101 | 11010111 | 1000011 | 111011 |
Color Harmonies of #518CDD
Complementary color
Monochromatic Colors of #518CDD
Black with #518CDD
Text Example
Text Example
White with #518CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518CDD; }
p { color: rgb(81,140,221); }
H1.HeaderClassName
{
color: #518CDD;
}
.AnyTagClassName
{
color: #518CDD;
}
</style>
background-color css
<style>
a { background-color: #518CDD; }
a { background-color: rgb(81,140,221); }
div.DivClassName
{
background-color: #518CDD;
}
.BgClassName
{
background-color: #518CDD;
}
</style>
border-color css
<style>
span { border-color: #518CDD; }
span { border-color: rgb(81,140,221); }
td.TdClassName
{
border-color: #518CDD;
}
.TagClassName
{
border-color: #518CDD;
}
</style>