Shades of Cornflower Blue #518DF3
Tints of Cornflower Blue #518DF3
RGB
CMYK
RGB Variations
Color information
#518DF3 (or 0x518DF3) is known color: Cornflower Blue. HEX triplet: 51, 8D and F3. RGB value is (81,141,243). Sum of RGB (Red+Green+Blue) = 81+141+243=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #518DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518DF3 is #AE720C. Grayscale: #868686. Windows color (decimal): -11432461 or 15961425. OLE color: 15961425.
HSL color Cylindrical-coordinate representation of color #518DF3: hue angle of 217.78º 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 #518DF3 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 141 | 243 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.05 |
| HSL | 217.78º | 0.87% | 0.64% | - |
| HSV(B) | 217.78º | 0.67% | 0.95% | - |
| XYZ | 29.1 | 27.27 | 88.52 | - |
| YUV | 134.69 | 189.12 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 243 | 0.67 | 0.42 | 0 | 0.05 | 217.78 | 0.87 | 0.64 |
| Hex | 51 | 8D | F3 | 43 | 2A | 0 | 5 | DA | 57 | 40 |
| Octal | 121 | 215 | 363 | 103 | 52 | 0 | 5 | 332 | 127 | 100 |
| Binary | 1010001 | 10001101 | 11110011 | 1000011 | 101010 | 0 | 101 | 11011010 | 1010111 | 1000000 |
Color Harmonies of #518DF3
Complementary color
Monochromatic Colors of #518DF3
Black with #518DF3
Text Example
Text Example
White with #518DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518DF3; }
p { color: rgb(81,141,243); }
H1.HeaderClassName
{
color: #518DF3;
}
.AnyTagClassName
{
color: #518DF3;
}
</style>
background-color css
<style>
a { background-color: #518DF3; }
a { background-color: rgb(81,141,243); }
div.DivClassName
{
background-color: #518DF3;
}
.BgClassName
{
background-color: #518DF3;
}
</style>
border-color css
<style>
span { border-color: #518DF3; }
span { border-color: rgb(81,141,243); }
td.TdClassName
{
border-color: #518DF3;
}
.TagClassName
{
border-color: #518DF3;
}
</style>