Shades of Cornflower Blue #517FF1
Tints of Cornflower Blue #517FF1
RGB
CMYK
RGB Variations
Color information
#517FF1 (or 0x517FF1) is known color: Cornflower Blue. HEX triplet: 51, 7F and F1. RGB value is (81,127,241). Sum of RGB (Red+Green+Blue) = 81+127+241=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #517FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517FF1 is #AE800E. Grayscale: #7D7D7D. Windows color (decimal): -11436047 or 15826769. OLE color: 15826769.
HSL color Cylindrical-coordinate representation of color #517FF1: hue angle of 222.75º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517FF1 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 127 | 241 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.05 |
| HSL | 222.75º | 0.85% | 0.63% | - |
| HSV(B) | 222.75º | 0.66% | 0.95% | - |
| XYZ | 26.86 | 23.28 | 86.3 | - |
| YUV | 126.24 | 192.76 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 241 | 0.66 | 0.47 | 0 | 0.05 | 222.75 | 0.85 | 0.63 |
| Hex | 51 | 7F | F1 | 42 | 2F | 0 | 5 | DF | 55 | 3F |
| Octal | 121 | 177 | 361 | 102 | 57 | 0 | 5 | 337 | 125 | 77 |
| Binary | 1010001 | 1111111 | 11110001 | 1000010 | 101111 | 0 | 101 | 11011111 | 1010101 | 111111 |
Color Harmonies of #517FF1
Complementary color
Monochromatic Colors of #517FF1
Black with #517FF1
Text Example
Text Example
White with #517FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FF1; }
p { color: rgb(81,127,241); }
H1.HeaderClassName
{
color: #517FF1;
}
.AnyTagClassName
{
color: #517FF1;
}
</style>
background-color css
<style>
a { background-color: #517FF1; }
a { background-color: rgb(81,127,241); }
div.DivClassName
{
background-color: #517FF1;
}
.BgClassName
{
background-color: #517FF1;
}
</style>
border-color css
<style>
span { border-color: #517FF1; }
span { border-color: rgb(81,127,241); }
td.TdClassName
{
border-color: #517FF1;
}
.TagClassName
{
border-color: #517FF1;
}
</style>