Shades of Cornflower Blue #519BEC
Tints of Cornflower Blue #519BEC
RGB
CMYK
RGB Variations
Color information
#519BEC (or 0x519BEC) is known color: Cornflower Blue. HEX triplet: 51, 9B and EC. RGB value is (81,155,236). Sum of RGB (Red+Green+Blue) = 81+155+236=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #519BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519BEC is #AE6413. Grayscale: #8D8D8D. Windows color (decimal): -11428884 or 15506257. OLE color: 15506257.
HSL color Cylindrical-coordinate representation of color #519BEC: hue angle of 211.35º degrees, saturation: 0.8, 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 #519BEC is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 155 | 236 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.07 |
| HSL | 211.35º | 0.8% | 0.62% | - |
| HSV(B) | 211.35º | 0.66% | 0.93% | - |
| XYZ | 30.26 | 31.25 | 83.79 | - |
| YUV | 142.11 | 180.98 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 236 | 0.66 | 0.34 | 0 | 0.07 | 211.35 | 0.8 | 0.62 |
| Hex | 51 | 9B | EC | 42 | 22 | 0 | 7 | D3 | 50 | 3E |
| Octal | 121 | 233 | 354 | 102 | 42 | 0 | 7 | 323 | 120 | 76 |
| Binary | 1010001 | 10011011 | 11101100 | 1000010 | 100010 | 0 | 111 | 11010011 | 1010000 | 111110 |
Color Harmonies of #519BEC
Complementary color
Monochromatic Colors of #519BEC
Black with #519BEC
Text Example
Text Example
White with #519BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BEC; }
p { color: rgb(81,155,236); }
H1.HeaderClassName
{
color: #519BEC;
}
.AnyTagClassName
{
color: #519BEC;
}
</style>
background-color css
<style>
a { background-color: #519BEC; }
a { background-color: rgb(81,155,236); }
div.DivClassName
{
background-color: #519BEC;
}
.BgClassName
{
background-color: #519BEC;
}
</style>
border-color css
<style>
span { border-color: #519BEC; }
span { border-color: rgb(81,155,236); }
td.TdClassName
{
border-color: #519BEC;
}
.TagClassName
{
border-color: #519BEC;
}
</style>