Shades of Cornflower Blue #517FF4
Tints of Cornflower Blue #517FF4
RGB
CMYK
RGB Variations
Color information
#517FF4 (or 0x517FF4) is known color: Cornflower Blue. HEX triplet: 51, 7F and F4. RGB value is (81,127,244). Sum of RGB (Red+Green+Blue) = 81+127+244=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #517FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517FF4 is #AE800B. Grayscale: #7E7E7E. Windows color (decimal): -11436044 or 16023377. OLE color: 16023377.
HSL color Cylindrical-coordinate representation of color #517FF4: hue angle of 223.07º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #517FF4 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 127 | 244 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.04 |
| HSL | 223.07º | 0.88% | 0.64% | - |
| HSV(B) | 223.07º | 0.67% | 0.96% | - |
| XYZ | 27.31 | 23.46 | 88.68 | - |
| YUV | 126.58 | 194.26 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 244 | 0.67 | 0.48 | 0 | 0.04 | 223.07 | 0.88 | 0.64 |
| Hex | 51 | 7F | F4 | 43 | 30 | 0 | 4 | DF | 58 | 40 |
| Octal | 121 | 177 | 364 | 103 | 60 | 0 | 4 | 337 | 130 | 100 |
| Binary | 1010001 | 1111111 | 11110100 | 1000011 | 110000 | 0 | 100 | 11011111 | 1011000 | 1000000 |
Color Harmonies of #517FF4
Complementary color
Monochromatic Colors of #517FF4
Black with #517FF4
Text Example
Text Example
White with #517FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FF4; }
p { color: rgb(81,127,244); }
H1.HeaderClassName
{
color: #517FF4;
}
.AnyTagClassName
{
color: #517FF4;
}
</style>
background-color css
<style>
a { background-color: #517FF4; }
a { background-color: rgb(81,127,244); }
div.DivClassName
{
background-color: #517FF4;
}
.BgClassName
{
background-color: #517FF4;
}
</style>
border-color css
<style>
span { border-color: #517FF4; }
span { border-color: rgb(81,127,244); }
td.TdClassName
{
border-color: #517FF4;
}
.TagClassName
{
border-color: #517FF4;
}
</style>