Shades of Cornflower Blue #519FEA
Tints of Cornflower Blue #519FEA
RGB
CMYK
RGB Variations
Color information
#519FEA (or 0x519FEA) is known color: Cornflower Blue. HEX triplet: 51, 9F and EA. RGB value is (81,159,234). Sum of RGB (Red+Green+Blue) = 81+159+234=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #519FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519FEA is #AE6015. Grayscale: #8F8F8F. Windows color (decimal): -11427862 or 15376209. OLE color: 15376209.
HSL color Cylindrical-coordinate representation of color #519FEA: hue angle of 209.41º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #519FEA is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 159 | 234 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.08 |
| HSL | 209.41º | 0.78% | 0.62% | - |
| HSV(B) | 209.41º | 0.65% | 0.92% | - |
| XYZ | 30.64 | 32.49 | 82.5 | - |
| YUV | 144.23 | 178.66 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 234 | 0.65 | 0.32 | 0 | 0.08 | 209.41 | 0.78 | 0.62 |
| Hex | 51 | 9F | EA | 41 | 20 | 0 | 8 | D1 | 4E | 3E |
| Octal | 121 | 237 | 352 | 101 | 40 | 0 | 10 | 321 | 116 | 76 |
| Binary | 1010001 | 10011111 | 11101010 | 1000001 | 100000 | 0 | 1000 | 11010001 | 1001110 | 111110 |
Color Harmonies of #519FEA
Complementary color
Monochromatic Colors of #519FEA
Black with #519FEA
Text Example
Text Example
White with #519FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FEA; }
p { color: rgb(81,159,234); }
H1.HeaderClassName
{
color: #519FEA;
}
.AnyTagClassName
{
color: #519FEA;
}
</style>
background-color css
<style>
a { background-color: #519FEA; }
a { background-color: rgb(81,159,234); }
div.DivClassName
{
background-color: #519FEA;
}
.BgClassName
{
background-color: #519FEA;
}
</style>
border-color css
<style>
span { border-color: #519FEA; }
span { border-color: rgb(81,159,234); }
td.TdClassName
{
border-color: #519FEA;
}
.TagClassName
{
border-color: #519FEA;
}
</style>