Shades of Cornflower Blue #519CED
Tints of Cornflower Blue #519CED
RGB
CMYK
RGB Variations
Color information
#519CED (or 0x519CED) is known color: Cornflower Blue. HEX triplet: 51, 9C and ED. RGB value is (81,156,237). Sum of RGB (Red+Green+Blue) = 81+156+237=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #519CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519CED is #AE6312. Grayscale: #8E8E8E. Windows color (decimal): -11428627 or 15572049. OLE color: 15572049.
HSL color Cylindrical-coordinate representation of color #519CED: hue angle of 211.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #519CED is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 156 | 237 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.07 |
| HSL | 211.15º | 0.81% | 0.62% | - |
| HSV(B) | 211.15º | 0.66% | 0.93% | - |
| XYZ | 30.57 | 31.64 | 84.62 | - |
| YUV | 142.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 237 | 0.66 | 0.34 | 0 | 0.07 | 211.15 | 0.81 | 0.62 |
| Hex | 51 | 9C | ED | 42 | 22 | 0 | 7 | D3 | 51 | 3E |
| Octal | 121 | 234 | 355 | 102 | 42 | 0 | 7 | 323 | 121 | 76 |
| Binary | 1010001 | 10011100 | 11101101 | 1000010 | 100010 | 0 | 111 | 11010011 | 1010001 | 111110 |
Color Harmonies of #519CED
Complementary color
Monochromatic Colors of #519CED
Black with #519CED
Text Example
Text Example
White with #519CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CED; }
p { color: rgb(81,156,237); }
H1.HeaderClassName
{
color: #519CED;
}
.AnyTagClassName
{
color: #519CED;
}
</style>
background-color css
<style>
a { background-color: #519CED; }
a { background-color: rgb(81,156,237); }
div.DivClassName
{
background-color: #519CED;
}
.BgClassName
{
background-color: #519CED;
}
</style>
border-color css
<style>
span { border-color: #519CED; }
span { border-color: rgb(81,156,237); }
td.TdClassName
{
border-color: #519CED;
}
.TagClassName
{
border-color: #519CED;
}
</style>