Shades of Cornflower Blue #519AE8
Tints of Cornflower Blue #519AE8
RGB
CMYK
RGB Variations
Color information
#519AE8 (or 0x519AE8) is known color: Cornflower Blue. HEX triplet: 51, 9A and E8. RGB value is (81,154,232). Sum of RGB (Red+Green+Blue) = 81+154+232=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #519AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519AE8 is #AE6517. Grayscale: #8C8C8C. Windows color (decimal): -11429144 or 15243857. OLE color: 15243857.
HSL color Cylindrical-coordinate representation of color #519AE8: hue angle of 210.99º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #519AE8 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 154 | 232 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.09 |
| HSL | 210.99º | 0.77% | 0.61% | - |
| HSV(B) | 210.99º | 0.65% | 0.91% | - |
| XYZ | 29.51 | 30.69 | 80.71 | - |
| YUV | 141.07 | 179.32 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 232 | 0.65 | 0.34 | 0 | 0.09 | 210.99 | 0.77 | 0.61 |
| Hex | 51 | 9A | E8 | 41 | 22 | 0 | 9 | D3 | 4D | 3D |
| Octal | 121 | 232 | 350 | 101 | 42 | 0 | 11 | 323 | 115 | 75 |
| Binary | 1010001 | 10011010 | 11101000 | 1000001 | 100010 | 0 | 1001 | 11010011 | 1001101 | 111101 |
Color Harmonies of #519AE8
Complementary color
Monochromatic Colors of #519AE8
Black with #519AE8
Text Example
Text Example
White with #519AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519AE8; }
p { color: rgb(81,154,232); }
H1.HeaderClassName
{
color: #519AE8;
}
.AnyTagClassName
{
color: #519AE8;
}
</style>
background-color css
<style>
a { background-color: #519AE8; }
a { background-color: rgb(81,154,232); }
div.DivClassName
{
background-color: #519AE8;
}
.BgClassName
{
background-color: #519AE8;
}
</style>
border-color css
<style>
span { border-color: #519AE8; }
span { border-color: rgb(81,154,232); }
td.TdClassName
{
border-color: #519AE8;
}
.TagClassName
{
border-color: #519AE8;
}
</style>