Shades of Cornflower Blue #519DFF
Tints of Cornflower Blue #519DFF
RGB
CMYK
RGB Variations
Color information
#519DFF (or 0x519DFF) is known color: Cornflower Blue. HEX triplet: 51, 9D and FF. RGB value is (81,157,255). Sum of RGB (Red+Green+Blue) = 81+157+255=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #519DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519DFF is #AE6200. Grayscale: #909090. Windows color (decimal): -11428353 or 16751953. OLE color: 16751953.
HSL color Cylindrical-coordinate representation of color #519DFF: hue angle of 213.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519DFF is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 157 | 255 | - |
| CMYK | 0.68 | 0.38 | 0 | 0 |
| HSL | 213.79º | 1% | 0.66% | - |
| HSV(B) | 213.79º | 0.68% | 1% | - |
| XYZ | 33.5 | 33.08 | 99.23 | - |
| YUV | 145.45 | 189.82 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 255 | 0.68 | 0.38 | 0 | 0 | 213.79 | 1 | 0.66 |
| Hex | 51 | 9D | FF | 44 | 26 | 0 | 0 | D6 | 64 | 42 |
| Octal | 121 | 235 | 377 | 104 | 46 | 0 | 0 | 326 | 144 | 102 |
| Binary | 1010001 | 10011101 | 11111111 | 1000100 | 100110 | 0 | 0 | 11010110 | 1100100 | 1000010 |
Color Harmonies of #519DFF
Complementary color
Monochromatic Colors of #519DFF
Black with #519DFF
Text Example
Text Example
White with #519DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DFF; }
p { color: rgb(81,157,255); }
H1.HeaderClassName
{
color: #519DFF;
}
.AnyTagClassName
{
color: #519DFF;
}
</style>
background-color css
<style>
a { background-color: #519DFF; }
a { background-color: rgb(81,157,255); }
div.DivClassName
{
background-color: #519DFF;
}
.BgClassName
{
background-color: #519DFF;
}
</style>
border-color css
<style>
span { border-color: #519DFF; }
span { border-color: rgb(81,157,255); }
td.TdClassName
{
border-color: #519DFF;
}
.TagClassName
{
border-color: #519DFF;
}
</style>