Shades of Cornflower Blue #519EFF
Tints of Cornflower Blue #519EFF
RGB
CMYK
RGB Variations
Color information
#519EFF (or 0x519EFF) is known color: Cornflower Blue. HEX triplet: 51, 9E and FF. RGB value is (81,158,255). Sum of RGB (Red+Green+Blue) = 81+158+255=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #519EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519EFF is #AE6100. Grayscale: #919191. Windows color (decimal): -11428097 or 16752209. OLE color: 16752209.
HSL color Cylindrical-coordinate representation of color #519EFF: hue angle of 213.45º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519EFF is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 158 | 255 | - |
| CMYK | 0.68 | 0.38 | 0 | 0 |
| HSL | 213.45º | 1% | 0.66% | - |
| HSV(B) | 213.45º | 0.68% | 1% | - |
| XYZ | 33.67 | 33.42 | 99.28 | - |
| YUV | 146.04 | 189.49 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 255 | 0.68 | 0.38 | 0 | 0 | 213.45 | 1 | 0.66 |
| Hex | 51 | 9E | FF | 44 | 26 | 0 | 0 | D5 | 64 | 42 |
| Octal | 121 | 236 | 377 | 104 | 46 | 0 | 0 | 325 | 144 | 102 |
| Binary | 1010001 | 10011110 | 11111111 | 1000100 | 100110 | 0 | 0 | 11010101 | 1100100 | 1000010 |
Color Harmonies of #519EFF
Complementary color
Monochromatic Colors of #519EFF
Black with #519EFF
Text Example
Text Example
White with #519EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519EFF; }
p { color: rgb(81,158,255); }
H1.HeaderClassName
{
color: #519EFF;
}
.AnyTagClassName
{
color: #519EFF;
}
</style>
background-color css
<style>
a { background-color: #519EFF; }
a { background-color: rgb(81,158,255); }
div.DivClassName
{
background-color: #519EFF;
}
.BgClassName
{
background-color: #519EFF;
}
</style>
border-color css
<style>
span { border-color: #519EFF; }
span { border-color: rgb(81,158,255); }
td.TdClassName
{
border-color: #519EFF;
}
.TagClassName
{
border-color: #519EFF;
}
</style>