Shades of Cornflower Blue #519FEB
Tints of Cornflower Blue #519FEB
RGB
CMYK
RGB Variations
Color information
#519FEB (or 0x519FEB) is known color: Cornflower Blue. HEX triplet: 51, 9F and EB. RGB value is (81,159,235). Sum of RGB (Red+Green+Blue) = 81+159+235=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #519FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519FEB is #AE6014. Grayscale: #8F8F8F. Windows color (decimal): -11427861 or 15441745. OLE color: 15441745.
HSL color Cylindrical-coordinate representation of color #519FEB: hue angle of 209.61º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #519FEB is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 159 | 235 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.08 |
| HSL | 209.61º | 0.79% | 0.62% | - |
| HSV(B) | 209.61º | 0.66% | 0.92% | - |
| XYZ | 30.79 | 32.54 | 83.26 | - |
| YUV | 144.34 | 179.16 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 235 | 0.66 | 0.32 | 0 | 0.08 | 209.61 | 0.79 | 0.62 |
| Hex | 51 | 9F | EB | 42 | 20 | 0 | 8 | D2 | 4F | 3E |
| Octal | 121 | 237 | 353 | 102 | 40 | 0 | 10 | 322 | 117 | 76 |
| Binary | 1010001 | 10011111 | 11101011 | 1000010 | 100000 | 0 | 1000 | 11010010 | 1001111 | 111110 |
Color Harmonies of #519FEB
Complementary color
Monochromatic Colors of #519FEB
Black with #519FEB
Text Example
Text Example
White with #519FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FEB; }
p { color: rgb(81,159,235); }
H1.HeaderClassName
{
color: #519FEB;
}
.AnyTagClassName
{
color: #519FEB;
}
</style>
background-color css
<style>
a { background-color: #519FEB; }
a { background-color: rgb(81,159,235); }
div.DivClassName
{
background-color: #519FEB;
}
.BgClassName
{
background-color: #519FEB;
}
</style>
border-color css
<style>
span { border-color: #519FEB; }
span { border-color: rgb(81,159,235); }
td.TdClassName
{
border-color: #519FEB;
}
.TagClassName
{
border-color: #519FEB;
}
</style>