Shades of Cornflower Blue #519DEF
Tints of Cornflower Blue #519DEF
RGB
CMYK
RGB Variations
Color information
#519DEF (or 0x519DEF) is known color: Cornflower Blue. HEX triplet: 51, 9D and EF. RGB value is (81,157,239). Sum of RGB (Red+Green+Blue) = 81+157+239=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #519DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519DEF is #AE6210. Grayscale: #8F8F8F. Windows color (decimal): -11428369 or 15703377. OLE color: 15703377.
HSL color Cylindrical-coordinate representation of color #519DEF: hue angle of 211.14º 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 #519DEF is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 157 | 239 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.06 |
| HSL | 211.14º | 0.83% | 0.63% | - |
| HSV(B) | 211.14º | 0.66% | 0.94% | - |
| XYZ | 31.03 | 32.1 | 86.22 | - |
| YUV | 143.62 | 181.82 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 239 | 0.66 | 0.34 | 0 | 0.06 | 211.14 | 0.83 | 0.63 |
| Hex | 51 | 9D | EF | 42 | 22 | 0 | 6 | D3 | 53 | 3F |
| Octal | 121 | 235 | 357 | 102 | 42 | 0 | 6 | 323 | 123 | 77 |
| Binary | 1010001 | 10011101 | 11101111 | 1000010 | 100010 | 0 | 110 | 11010011 | 1010011 | 111111 |
Color Harmonies of #519DEF
Complementary color
Monochromatic Colors of #519DEF
Black with #519DEF
Text Example
Text Example
White with #519DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DEF; }
p { color: rgb(81,157,239); }
H1.HeaderClassName
{
color: #519DEF;
}
.AnyTagClassName
{
color: #519DEF;
}
</style>
background-color css
<style>
a { background-color: #519DEF; }
a { background-color: rgb(81,157,239); }
div.DivClassName
{
background-color: #519DEF;
}
.BgClassName
{
background-color: #519DEF;
}
</style>
border-color css
<style>
span { border-color: #519DEF; }
span { border-color: rgb(81,157,239); }
td.TdClassName
{
border-color: #519DEF;
}
.TagClassName
{
border-color: #519DEF;
}
</style>