Shades of Cornflower Blue #519BEF
Tints of Cornflower Blue #519BEF
RGB
CMYK
RGB Variations
Color information
#519BEF (or 0x519BEF) is known color: Cornflower Blue. HEX triplet: 51, 9B and EF. RGB value is (81,155,239). Sum of RGB (Red+Green+Blue) = 81+155+239=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #519BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519BEF is #AE6410. Grayscale: #8E8E8E. Windows color (decimal): -11428881 or 15702865. OLE color: 15702865.
HSL color Cylindrical-coordinate representation of color #519BEF: hue angle of 211.9º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #519BEF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 155 | 239 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.06 |
| HSL | 211.9º | 0.83% | 0.63% | - |
| HSV(B) | 211.9º | 0.66% | 0.94% | - |
| XYZ | 30.69 | 31.42 | 86.11 | - |
| YUV | 142.45 | 182.48 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 239 | 0.66 | 0.35 | 0 | 0.06 | 211.9 | 0.83 | 0.63 |
| Hex | 51 | 9B | EF | 42 | 23 | 0 | 6 | D4 | 53 | 3F |
| Octal | 121 | 233 | 357 | 102 | 43 | 0 | 6 | 324 | 123 | 77 |
| Binary | 1010001 | 10011011 | 11101111 | 1000010 | 100011 | 0 | 110 | 11010100 | 1010011 | 111111 |
Color Harmonies of #519BEF
Complementary color
Monochromatic Colors of #519BEF
Black with #519BEF
Text Example
Text Example
White with #519BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BEF; }
p { color: rgb(81,155,239); }
H1.HeaderClassName
{
color: #519BEF;
}
.AnyTagClassName
{
color: #519BEF;
}
</style>
background-color css
<style>
a { background-color: #519BEF; }
a { background-color: rgb(81,155,239); }
div.DivClassName
{
background-color: #519BEF;
}
.BgClassName
{
background-color: #519BEF;
}
</style>
border-color css
<style>
span { border-color: #519BEF; }
span { border-color: rgb(81,155,239); }
td.TdClassName
{
border-color: #519BEF;
}
.TagClassName
{
border-color: #519BEF;
}
</style>