Shades of Cornflower Blue #519DED
Tints of Cornflower Blue #519DED
RGB
CMYK
RGB Variations
Color information
#519DED (or 0x519DED) is known color: Cornflower Blue. HEX triplet: 51, 9D and ED. RGB value is (81,157,237). Sum of RGB (Red+Green+Blue) = 81+157+237=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #519DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519DED is #AE6212. Grayscale: #8F8F8F. Windows color (decimal): -11428371 or 15572305. OLE color: 15572305.
HSL color Cylindrical-coordinate representation of color #519DED: hue angle of 210.77º 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 #519DED is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 157 | 237 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.07 |
| HSL | 210.77º | 0.81% | 0.62% | - |
| HSV(B) | 210.77º | 0.66% | 0.93% | - |
| XYZ | 30.74 | 31.98 | 84.67 | - |
| YUV | 143.4 | 180.82 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 237 | 0.66 | 0.34 | 0 | 0.07 | 210.77 | 0.81 | 0.62 |
| Hex | 51 | 9D | ED | 42 | 22 | 0 | 7 | D3 | 51 | 3E |
| Octal | 121 | 235 | 355 | 102 | 42 | 0 | 7 | 323 | 121 | 76 |
| Binary | 1010001 | 10011101 | 11101101 | 1000010 | 100010 | 0 | 111 | 11010011 | 1010001 | 111110 |
Color Harmonies of #519DED
Complementary color
Monochromatic Colors of #519DED
Black with #519DED
Text Example
Text Example
White with #519DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DED; }
p { color: rgb(81,157,237); }
H1.HeaderClassName
{
color: #519DED;
}
.AnyTagClassName
{
color: #519DED;
}
</style>
background-color css
<style>
a { background-color: #519DED; }
a { background-color: rgb(81,157,237); }
div.DivClassName
{
background-color: #519DED;
}
.BgClassName
{
background-color: #519DED;
}
</style>
border-color css
<style>
span { border-color: #519DED; }
span { border-color: rgb(81,157,237); }
td.TdClassName
{
border-color: #519DED;
}
.TagClassName
{
border-color: #519DED;
}
</style>