Shades of Cornflower Blue #519EF4
Tints of Cornflower Blue #519EF4
RGB
CMYK
RGB Variations
Color information
#519EF4 (or 0x519EF4) is known color: Cornflower Blue. HEX triplet: 51, 9E and F4. RGB value is (81,158,244). Sum of RGB (Red+Green+Blue) = 81+158+244=483 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.77% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #519EF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519EF4 is #AE610B. Grayscale: #909090. Windows color (decimal): -11428108 or 16031313. OLE color: 16031313.
HSL color Cylindrical-coordinate representation of color #519EF4: hue angle of 211.66º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519EF4 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 158 | 244 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.04 |
| HSL | 211.66º | 0.88% | 0.64% | - |
| HSV(B) | 211.66º | 0.67% | 0.96% | - |
| XYZ | 31.95 | 32.73 | 90.22 | - |
| YUV | 144.78 | 183.99 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 244 | 0.67 | 0.35 | 0 | 0.04 | 211.66 | 0.88 | 0.64 |
| Hex | 51 | 9E | F4 | 43 | 23 | 0 | 4 | D4 | 58 | 40 |
| Octal | 121 | 236 | 364 | 103 | 43 | 0 | 4 | 324 | 130 | 100 |
| Binary | 1010001 | 10011110 | 11110100 | 1000011 | 100011 | 0 | 100 | 11010100 | 1011000 | 1000000 |
Color Harmonies of #519EF4
Complementary color
Monochromatic Colors of #519EF4
Black with #519EF4
Text Example
Text Example
White with #519EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519EF4; }
p { color: rgb(81,158,244); }
H1.HeaderClassName
{
color: #519EF4;
}
.AnyTagClassName
{
color: #519EF4;
}
</style>
background-color css
<style>
a { background-color: #519EF4; }
a { background-color: rgb(81,158,244); }
div.DivClassName
{
background-color: #519EF4;
}
.BgClassName
{
background-color: #519EF4;
}
</style>
border-color css
<style>
span { border-color: #519EF4; }
span { border-color: rgb(81,158,244); }
td.TdClassName
{
border-color: #519EF4;
}
.TagClassName
{
border-color: #519EF4;
}
</style>