Shades of Cornflower Blue #518DFA
Tints of Cornflower Blue #518DFA
RGB
CMYK
RGB Variations
Color information
#518DFA (or 0x518DFA) is known color: Cornflower Blue. HEX triplet: 51, 8D and FA. RGB value is (81,141,250). Sum of RGB (Red+Green+Blue) = 81+141+250=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #518DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518DFA is #AE7205. Grayscale: #868686. Windows color (decimal): -11432454 or 16420177. OLE color: 16420177.
HSL color Cylindrical-coordinate representation of color #518DFA: hue angle of 218.7º 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 #518DFA is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 141 | 250 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.02 |
| HSL | 218.7º | 0.94% | 0.65% | - |
| HSV(B) | 218.7º | 0.68% | 0.98% | - |
| XYZ | 30.17 | 27.7 | 94.2 | - |
| YUV | 135.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 250 | 0.68 | 0.44 | 0 | 0.02 | 218.7 | 0.94 | 0.65 |
| Hex | 51 | 8D | FA | 44 | 2C | 0 | 2 | DB | 5E | 41 |
| Octal | 121 | 215 | 372 | 104 | 54 | 0 | 2 | 333 | 136 | 101 |
| Binary | 1010001 | 10001101 | 11111010 | 1000100 | 101100 | 0 | 10 | 11011011 | 1011110 | 1000001 |
Color Harmonies of #518DFA
Complementary color
Monochromatic Colors of #518DFA
Black with #518DFA
Text Example
Text Example
White with #518DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518DFA; }
p { color: rgb(81,141,250); }
H1.HeaderClassName
{
color: #518DFA;
}
.AnyTagClassName
{
color: #518DFA;
}
</style>
background-color css
<style>
a { background-color: #518DFA; }
a { background-color: rgb(81,141,250); }
div.DivClassName
{
background-color: #518DFA;
}
.BgClassName
{
background-color: #518DFA;
}
</style>
border-color css
<style>
span { border-color: #518DFA; }
span { border-color: rgb(81,141,250); }
td.TdClassName
{
border-color: #518DFA;
}
.TagClassName
{
border-color: #518DFA;
}
</style>