Shades of Cornflower Blue #517DFF
Tints of Cornflower Blue #517DFF
RGB
CMYK
RGB Variations
Color information
#517DFF (or 0x517DFF) is known color: Cornflower Blue. HEX triplet: 51, 7D and FF. RGB value is (81,125,255). Sum of RGB (Red+Green+Blue) = 81+125+255=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #517DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517DFF is #AE8200. Grayscale: #7E7E7E. Windows color (decimal): -11436545 or 16743761. OLE color: 16743761.
HSL color Cylindrical-coordinate representation of color #517DFF: hue angle of 224.83º 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 #517DFF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 125 | 255 | - |
| CMYK | 0.68 | 0.51 | 0 | 0 |
| HSL | 224.83º | 1% | 0.66% | - |
| HSV(B) | 224.83º | 0.68% | 1% | - |
| XYZ | 28.78 | 23.64 | 97.65 | - |
| YUV | 126.66 | 200.42 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 255 | 0.68 | 0.51 | 0 | 0 | 224.83 | 1 | 0.66 |
| Hex | 51 | 7D | FF | 44 | 33 | 0 | 0 | E1 | 64 | 42 |
| Octal | 121 | 175 | 377 | 104 | 63 | 0 | 0 | 341 | 144 | 102 |
| Binary | 1010001 | 1111101 | 11111111 | 1000100 | 110011 | 0 | 0 | 11100001 | 1100100 | 1000010 |
Color Harmonies of #517DFF
Complementary color
Monochromatic Colors of #517DFF
Black with #517DFF
Text Example
Text Example
White with #517DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DFF; }
p { color: rgb(81,125,255); }
H1.HeaderClassName
{
color: #517DFF;
}
.AnyTagClassName
{
color: #517DFF;
}
</style>
background-color css
<style>
a { background-color: #517DFF; }
a { background-color: rgb(81,125,255); }
div.DivClassName
{
background-color: #517DFF;
}
.BgClassName
{
background-color: #517DFF;
}
</style>
border-color css
<style>
span { border-color: #517DFF; }
span { border-color: rgb(81,125,255); }
td.TdClassName
{
border-color: #517DFF;
}
.TagClassName
{
border-color: #517DFF;
}
</style>