Shades of Cornflower Blue #517DFC
Tints of Cornflower Blue #517DFC
RGB
CMYK
RGB Variations
Color information
#517DFC (or 0x517DFC) is known color: Cornflower Blue. HEX triplet: 51, 7D and FC. RGB value is (81,125,252). Sum of RGB (Red+Green+Blue) = 81+125+252=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #517DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517DFC is #AE8203. Grayscale: #7D7D7D. Windows color (decimal): -11436548 or 16547153. OLE color: 16547153.
HSL color Cylindrical-coordinate representation of color #517DFC: hue angle of 224.56º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #517DFC is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 125 | 252 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.01 |
| HSL | 224.56º | 0.97% | 0.65% | - |
| HSV(B) | 224.56º | 0.68% | 0.99% | - |
| XYZ | 28.3 | 23.44 | 95.13 | - |
| YUV | 126.32 | 198.92 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 252 | 0.68 | 0.50 | 0 | 0.01 | 224.56 | 0.97 | 0.65 |
| Hex | 51 | 7D | FC | 44 | 32 | 0 | 1 | E1 | 61 | 41 |
| Octal | 121 | 175 | 374 | 104 | 62 | 0 | 1 | 341 | 141 | 101 |
| Binary | 1010001 | 1111101 | 11111100 | 1000100 | 110010 | 0 | 1 | 11100001 | 1100001 | 1000001 |
Color Harmonies of #517DFC
Complementary color
Monochromatic Colors of #517DFC
Black with #517DFC
Text Example
Text Example
White with #517DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517DFC; }
p { color: rgb(81,125,252); }
H1.HeaderClassName
{
color: #517DFC;
}
.AnyTagClassName
{
color: #517DFC;
}
</style>
background-color css
<style>
a { background-color: #517DFC; }
a { background-color: rgb(81,125,252); }
div.DivClassName
{
background-color: #517DFC;
}
.BgClassName
{
background-color: #517DFC;
}
</style>
border-color css
<style>
span { border-color: #517DFC; }
span { border-color: rgb(81,125,252); }
td.TdClassName
{
border-color: #517DFC;
}
.TagClassName
{
border-color: #517DFC;
}
</style>