Shades of Cornflower Blue #518DFB
Tints of Cornflower Blue #518DFB
RGB
CMYK
RGB Variations
Color information
#518DFB (or 0x518DFB) is known color: Cornflower Blue. HEX triplet: 51, 8D and FB. RGB value is (81,141,251). Sum of RGB (Red+Green+Blue) = 81+141+251=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #518DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518DFB is #AE7204. Grayscale: #878787. Windows color (decimal): -11432453 or 16485713. OLE color: 16485713.
HSL color Cylindrical-coordinate representation of color #518DFB: hue angle of 218.82º degrees, saturation: 0.96, 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 #518DFB is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 141 | 251 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.02 |
| HSL | 218.82º | 0.96% | 0.65% | - |
| HSV(B) | 218.82º | 0.68% | 0.98% | - |
| XYZ | 30.33 | 27.76 | 95.03 | - |
| YUV | 135.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 251 | 0.68 | 0.44 | 0 | 0.02 | 218.82 | 0.96 | 0.65 |
| Hex | 51 | 8D | FB | 44 | 2C | 0 | 2 | DB | 60 | 41 |
| Octal | 121 | 215 | 373 | 104 | 54 | 0 | 2 | 333 | 140 | 101 |
| Binary | 1010001 | 10001101 | 11111011 | 1000100 | 101100 | 0 | 10 | 11011011 | 1100000 | 1000001 |
Color Harmonies of #518DFB
Complementary color
Monochromatic Colors of #518DFB
Black with #518DFB
Text Example
Text Example
White with #518DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518DFB; }
p { color: rgb(81,141,251); }
H1.HeaderClassName
{
color: #518DFB;
}
.AnyTagClassName
{
color: #518DFB;
}
</style>
background-color css
<style>
a { background-color: #518DFB; }
a { background-color: rgb(81,141,251); }
div.DivClassName
{
background-color: #518DFB;
}
.BgClassName
{
background-color: #518DFB;
}
</style>
border-color css
<style>
span { border-color: #518DFB; }
span { border-color: rgb(81,141,251); }
td.TdClassName
{
border-color: #518DFB;
}
.TagClassName
{
border-color: #518DFB;
}
</style>