Shades of Cornflower Blue #519EEB
Tints of Cornflower Blue #519EEB
RGB
CMYK
RGB Variations
Color information
#519EEB (or 0x519EEB) is known color: Cornflower Blue. HEX triplet: 51, 9E and EB. RGB value is (81,158,235). Sum of RGB (Red+Green+Blue) = 81+158+235=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #519EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519EEB is #AE6114. Grayscale: #8F8F8F. Windows color (decimal): -11428117 or 15441489. OLE color: 15441489.
HSL color Cylindrical-coordinate representation of color #519EEB: hue angle of 210º 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 #519EEB is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 158 | 235 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.08 |
| HSL | 210º | 0.79% | 0.62% | - |
| HSV(B) | 210º | 0.66% | 0.92% | - |
| XYZ | 30.62 | 32.2 | 83.2 | - |
| YUV | 143.76 | 179.49 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 235 | 0.66 | 0.33 | 0 | 0.08 | 210 | 0.79 | 0.62 |
| Hex | 51 | 9E | EB | 42 | 21 | 0 | 8 | D2 | 4F | 3E |
| Octal | 121 | 236 | 353 | 102 | 41 | 0 | 10 | 322 | 117 | 76 |
| Binary | 1010001 | 10011110 | 11101011 | 1000010 | 100001 | 0 | 1000 | 11010010 | 1001111 | 111110 |
Color Harmonies of #519EEB
Complementary color
Monochromatic Colors of #519EEB
Black with #519EEB
Text Example
Text Example
White with #519EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519EEB; }
p { color: rgb(81,158,235); }
H1.HeaderClassName
{
color: #519EEB;
}
.AnyTagClassName
{
color: #519EEB;
}
</style>
background-color css
<style>
a { background-color: #519EEB; }
a { background-color: rgb(81,158,235); }
div.DivClassName
{
background-color: #519EEB;
}
.BgClassName
{
background-color: #519EEB;
}
</style>
border-color css
<style>
span { border-color: #519EEB; }
span { border-color: rgb(81,158,235); }
td.TdClassName
{
border-color: #519EEB;
}
.TagClassName
{
border-color: #519EEB;
}
</style>