Shades of Cornflower Blue #517EFF
Tints of Cornflower Blue #517EFF
RGB
CMYK
RGB Variations
Color information
#517EFF (or 0x517EFF) is known color: Cornflower Blue. HEX triplet: 51, 7E and FF. RGB value is (81,126,255). Sum of RGB (Red+Green+Blue) = 81+126+255=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #517EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517EFF is #AE8100. Grayscale: #7E7E7E. Windows color (decimal): -11436289 or 16744017. OLE color: 16744017.
HSL color Cylindrical-coordinate representation of color #517EFF: hue angle of 224.48º 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 #517EFF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 126 | 255 | - |
| CMYK | 0.68 | 0.51 | 0 | 0 |
| HSL | 224.48º | 1% | 0.66% | - |
| HSV(B) | 224.48º | 0.68% | 1% | - |
| XYZ | 28.9 | 23.89 | 97.7 | - |
| YUV | 127.25 | 200.09 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 255 | 0.68 | 0.51 | 0 | 0 | 224.48 | 1 | 0.66 |
| Hex | 51 | 7E | FF | 44 | 33 | 0 | 0 | E0 | 64 | 42 |
| Octal | 121 | 176 | 377 | 104 | 63 | 0 | 0 | 340 | 144 | 102 |
| Binary | 1010001 | 1111110 | 11111111 | 1000100 | 110011 | 0 | 0 | 11100000 | 1100100 | 1000010 |
Color Harmonies of #517EFF
Complementary color
Monochromatic Colors of #517EFF
Black with #517EFF
Text Example
Text Example
White with #517EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517EFF; }
p { color: rgb(81,126,255); }
H1.HeaderClassName
{
color: #517EFF;
}
.AnyTagClassName
{
color: #517EFF;
}
</style>
background-color css
<style>
a { background-color: #517EFF; }
a { background-color: rgb(81,126,255); }
div.DivClassName
{
background-color: #517EFF;
}
.BgClassName
{
background-color: #517EFF;
}
</style>
border-color css
<style>
span { border-color: #517EFF; }
span { border-color: rgb(81,126,255); }
td.TdClassName
{
border-color: #517EFF;
}
.TagClassName
{
border-color: #517EFF;
}
</style>