Shades of Cornflower Blue #519CEF
Tints of Cornflower Blue #519CEF
RGB
CMYK
RGB Variations
Color information
#519CEF (or 0x519CEF) is known color: Cornflower Blue. HEX triplet: 51, 9C and EF. RGB value is (81,156,239). Sum of RGB (Red+Green+Blue) = 81+156+239=476 (63% of max value = 765). Red value is 81 (32.03% from 255 or 17.02% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #519CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519CEF is #AE6310. Grayscale: #8E8E8E. Windows color (decimal): -11428625 or 15703121. OLE color: 15703121.
HSL color Cylindrical-coordinate representation of color #519CEF: hue angle of 211.52º 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 #519CEF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 156 | 239 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.06 |
| HSL | 211.52º | 0.83% | 0.63% | - |
| HSV(B) | 211.52º | 0.66% | 0.94% | - |
| XYZ | 30.86 | 31.76 | 86.16 | - |
| YUV | 143.04 | 182.15 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 239 | 0.66 | 0.35 | 0 | 0.06 | 211.52 | 0.83 | 0.63 |
| Hex | 51 | 9C | EF | 42 | 23 | 0 | 6 | D4 | 53 | 3F |
| Octal | 121 | 234 | 357 | 102 | 43 | 0 | 6 | 324 | 123 | 77 |
| Binary | 1010001 | 10011100 | 11101111 | 1000010 | 100011 | 0 | 110 | 11010100 | 1010011 | 111111 |
Color Harmonies of #519CEF
Complementary color
Monochromatic Colors of #519CEF
Black with #519CEF
Text Example
Text Example
White with #519CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CEF; }
p { color: rgb(81,156,239); }
H1.HeaderClassName
{
color: #519CEF;
}
.AnyTagClassName
{
color: #519CEF;
}
</style>
background-color css
<style>
a { background-color: #519CEF; }
a { background-color: rgb(81,156,239); }
div.DivClassName
{
background-color: #519CEF;
}
.BgClassName
{
background-color: #519CEF;
}
</style>
border-color css
<style>
span { border-color: #519CEF; }
span { border-color: rgb(81,156,239); }
td.TdClassName
{
border-color: #519CEF;
}
.TagClassName
{
border-color: #519CEF;
}
</style>