Shades of Cornflower Blue #519AE6
Tints of Cornflower Blue #519AE6
RGB
CMYK
RGB Variations
Color information
#519AE6 (or 0x519AE6) is known color: Cornflower Blue. HEX triplet: 51, 9A and E6. RGB value is (81,154,230). Sum of RGB (Red+Green+Blue) = 81+154+230=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #519AE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519AE6 is #AE6519. Grayscale: #8C8C8C. Windows color (decimal): -11429146 or 15112785. OLE color: 15112785.
HSL color Cylindrical-coordinate representation of color #519AE6: hue angle of 210.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #519AE6 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 154 | 230 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.10 |
| HSL | 210.6º | 0.75% | 0.61% | - |
| HSV(B) | 210.6º | 0.65% | 0.9% | - |
| XYZ | 29.23 | 30.57 | 79.22 | - |
| YUV | 140.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 230 | 0.65 | 0.33 | 0 | 0.10 | 210.6 | 0.75 | 0.61 |
| Hex | 51 | 9A | E6 | 41 | 21 | 0 | A | D3 | 4B | 3D |
| Octal | 121 | 232 | 346 | 101 | 41 | 0 | 12 | 323 | 113 | 75 |
| Binary | 1010001 | 10011010 | 11100110 | 1000001 | 100001 | 0 | 1010 | 11010011 | 1001011 | 111101 |
Color Harmonies of #519AE6
Complementary color
Monochromatic Colors of #519AE6
Black with #519AE6
Text Example
Text Example
White with #519AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519AE6; }
p { color: rgb(81,154,230); }
H1.HeaderClassName
{
color: #519AE6;
}
.AnyTagClassName
{
color: #519AE6;
}
</style>
background-color css
<style>
a { background-color: #519AE6; }
a { background-color: rgb(81,154,230); }
div.DivClassName
{
background-color: #519AE6;
}
.BgClassName
{
background-color: #519AE6;
}
</style>
border-color css
<style>
span { border-color: #519AE6; }
span { border-color: rgb(81,154,230); }
td.TdClassName
{
border-color: #519AE6;
}
.TagClassName
{
border-color: #519AE6;
}
</style>