Shades of Cornflower Blue #517CFA
Tints of Cornflower Blue #517CFA
RGB
CMYK
RGB Variations
Color information
#517CFA (or 0x517CFA) is known color: Cornflower Blue. HEX triplet: 51, 7C and FA. RGB value is (81,124,250). Sum of RGB (Red+Green+Blue) = 81+124+250=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #517CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CFA is #AE8305. Grayscale: #7C7C7C. Windows color (decimal): -11436806 or 16415825. OLE color: 16415825.
HSL color Cylindrical-coordinate representation of color #517CFA: hue angle of 224.73º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #517CFA is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 124 | 250 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.02 |
| HSL | 224.73º | 0.94% | 0.65% | - |
| HSV(B) | 224.73º | 0.68% | 0.98% | - |
| XYZ | 27.86 | 23.07 | 93.43 | - |
| YUV | 125.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 250 | 0.68 | 0.50 | 0 | 0.02 | 224.73 | 0.94 | 0.65 |
| Hex | 51 | 7C | FA | 44 | 32 | 0 | 2 | E1 | 5E | 41 |
| Octal | 121 | 174 | 372 | 104 | 62 | 0 | 2 | 341 | 136 | 101 |
| Binary | 1010001 | 1111100 | 11111010 | 1000100 | 110010 | 0 | 10 | 11100001 | 1011110 | 1000001 |
Color Harmonies of #517CFA
Complementary color
Monochromatic Colors of #517CFA
Black with #517CFA
Text Example
Text Example
White with #517CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CFA; }
p { color: rgb(81,124,250); }
H1.HeaderClassName
{
color: #517CFA;
}
.AnyTagClassName
{
color: #517CFA;
}
</style>
background-color css
<style>
a { background-color: #517CFA; }
a { background-color: rgb(81,124,250); }
div.DivClassName
{
background-color: #517CFA;
}
.BgClassName
{
background-color: #517CFA;
}
</style>
border-color css
<style>
span { border-color: #517CFA; }
span { border-color: rgb(81,124,250); }
td.TdClassName
{
border-color: #517CFA;
}
.TagClassName
{
border-color: #517CFA;
}
</style>