Shades of Cornflower Blue #518EF3
Tints of Cornflower Blue #518EF3
RGB
CMYK
RGB Variations
Color information
#518EF3 (or 0x518EF3) is known color: Cornflower Blue. HEX triplet: 51, 8E and F3. RGB value is (81,142,243). Sum of RGB (Red+Green+Blue) = 81+142+243=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #518EF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EF3 is #AE710C. Grayscale: #868686. Windows color (decimal): -11432205 or 15961681. OLE color: 15961681.
HSL color Cylindrical-coordinate representation of color #518EF3: hue angle of 217.41º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #518EF3 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 142 | 243 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.05 |
| HSL | 217.41º | 0.87% | 0.64% | - |
| HSV(B) | 217.41º | 0.67% | 0.95% | - |
| XYZ | 29.24 | 27.57 | 88.57 | - |
| YUV | 135.28 | 188.79 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 243 | 0.67 | 0.42 | 0 | 0.05 | 217.41 | 0.87 | 0.64 |
| Hex | 51 | 8E | F3 | 43 | 2A | 0 | 5 | D9 | 57 | 40 |
| Octal | 121 | 216 | 363 | 103 | 52 | 0 | 5 | 331 | 127 | 100 |
| Binary | 1010001 | 10001110 | 11110011 | 1000011 | 101010 | 0 | 101 | 11011001 | 1010111 | 1000000 |
Color Harmonies of #518EF3
Complementary color
Monochromatic Colors of #518EF3
Black with #518EF3
Text Example
Text Example
White with #518EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EF3; }
p { color: rgb(81,142,243); }
H1.HeaderClassName
{
color: #518EF3;
}
.AnyTagClassName
{
color: #518EF3;
}
</style>
background-color css
<style>
a { background-color: #518EF3; }
a { background-color: rgb(81,142,243); }
div.DivClassName
{
background-color: #518EF3;
}
.BgClassName
{
background-color: #518EF3;
}
</style>
border-color css
<style>
span { border-color: #518EF3; }
span { border-color: rgb(81,142,243); }
td.TdClassName
{
border-color: #518EF3;
}
.TagClassName
{
border-color: #518EF3;
}
</style>