Shades of Cornflower Blue #518DF4
Tints of Cornflower Blue #518DF4
RGB
CMYK
RGB Variations
Color information
#518DF4 (or 0x518DF4) is known color: Cornflower Blue. HEX triplet: 51, 8D and F4. RGB value is (81,141,244). Sum of RGB (Red+Green+Blue) = 81+141+244=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #518DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518DF4 is #AE720B. Grayscale: #868686. Windows color (decimal): -11432460 or 16026961. OLE color: 16026961.
HSL color Cylindrical-coordinate representation of color #518DF4: hue angle of 217.91º 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 #518DF4 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 141 | 244 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.04 |
| HSL | 217.91º | 0.88% | 0.64% | - |
| HSV(B) | 217.91º | 0.67% | 0.96% | - |
| XYZ | 29.25 | 27.33 | 89.32 | - |
| YUV | 134.8 | 189.62 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 244 | 0.67 | 0.42 | 0 | 0.04 | 217.91 | 0.88 | 0.64 |
| Hex | 51 | 8D | F4 | 43 | 2A | 0 | 4 | DA | 58 | 40 |
| Octal | 121 | 215 | 364 | 103 | 52 | 0 | 4 | 332 | 130 | 100 |
| Binary | 1010001 | 10001101 | 11110100 | 1000011 | 101010 | 0 | 100 | 11011010 | 1011000 | 1000000 |
Color Harmonies of #518DF4
Complementary color
Monochromatic Colors of #518DF4
Black with #518DF4
Text Example
Text Example
White with #518DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518DF4; }
p { color: rgb(81,141,244); }
H1.HeaderClassName
{
color: #518DF4;
}
.AnyTagClassName
{
color: #518DF4;
}
</style>
background-color css
<style>
a { background-color: #518DF4; }
a { background-color: rgb(81,141,244); }
div.DivClassName
{
background-color: #518DF4;
}
.BgClassName
{
background-color: #518DF4;
}
</style>
border-color css
<style>
span { border-color: #518DF4; }
span { border-color: rgb(81,141,244); }
td.TdClassName
{
border-color: #518DF4;
}
.TagClassName
{
border-color: #518DF4;
}
</style>