Shades of Cornflower Blue #517CFF
Tints of Cornflower Blue #517CFF
RGB
CMYK
RGB Variations
Color information
#517CFF (or 0x517CFF) is known color: Cornflower Blue. HEX triplet: 51, 7C and FF. RGB value is (81,124,255). Sum of RGB (Red+Green+Blue) = 81+124+255=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #517CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CFF is #AE8300. Grayscale: #7D7D7D. Windows color (decimal): -11436801 or 16743505. OLE color: 16743505.
HSL color Cylindrical-coordinate representation of color #517CFF: hue angle of 225.17º 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 #517CFF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 124 | 255 | - |
| CMYK | 0.68 | 0.51 | 0 | 0 |
| HSL | 225.17º | 1% | 0.66% | - |
| HSV(B) | 225.17º | 0.68% | 1% | - |
| XYZ | 28.65 | 23.38 | 97.61 | - |
| YUV | 126.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 255 | 0.68 | 0.51 | 0 | 0 | 225.17 | 1 | 0.66 |
| Hex | 51 | 7C | FF | 44 | 33 | 0 | 0 | E1 | 64 | 42 |
| Octal | 121 | 174 | 377 | 104 | 63 | 0 | 0 | 341 | 144 | 102 |
| Binary | 1010001 | 1111100 | 11111111 | 1000100 | 110011 | 0 | 0 | 11100001 | 1100100 | 1000010 |
Color Harmonies of #517CFF
Complementary color
Monochromatic Colors of #517CFF
Black with #517CFF
Text Example
Text Example
White with #517CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CFF; }
p { color: rgb(81,124,255); }
H1.HeaderClassName
{
color: #517CFF;
}
.AnyTagClassName
{
color: #517CFF;
}
</style>
background-color css
<style>
a { background-color: #517CFF; }
a { background-color: rgb(81,124,255); }
div.DivClassName
{
background-color: #517CFF;
}
.BgClassName
{
background-color: #517CFF;
}
</style>
border-color css
<style>
span { border-color: #517CFF; }
span { border-color: rgb(81,124,255); }
td.TdClassName
{
border-color: #517CFF;
}
.TagClassName
{
border-color: #517CFF;
}
</style>