Shades of Cornflower Blue #518AF3
Tints of Cornflower Blue #518AF3
RGB
CMYK
RGB Variations
Color information
#518AF3 (or 0x518AF3) is known color: Cornflower Blue. HEX triplet: 51, 8A and F3. RGB value is (81,138,243). Sum of RGB (Red+Green+Blue) = 81+138+243=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #518AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AF3 is #AE750C. Grayscale: #848484. Windows color (decimal): -11433229 or 15960657. OLE color: 15960657.
HSL color Cylindrical-coordinate representation of color #518AF3: hue angle of 218.89º 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 #518AF3 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 138 | 243 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.05 |
| HSL | 218.89º | 0.87% | 0.64% | - |
| HSV(B) | 218.89º | 0.67% | 0.95% | - |
| XYZ | 28.66 | 26.4 | 88.38 | - |
| YUV | 132.93 | 190.12 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 243 | 0.67 | 0.43 | 0 | 0.05 | 218.89 | 0.87 | 0.64 |
| Hex | 51 | 8A | F3 | 43 | 2B | 0 | 5 | DB | 57 | 40 |
| Octal | 121 | 212 | 363 | 103 | 53 | 0 | 5 | 333 | 127 | 100 |
| Binary | 1010001 | 10001010 | 11110011 | 1000011 | 101011 | 0 | 101 | 11011011 | 1010111 | 1000000 |
Color Harmonies of #518AF3
Complementary color
Monochromatic Colors of #518AF3
Black with #518AF3
Text Example
Text Example
White with #518AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518AF3; }
p { color: rgb(81,138,243); }
H1.HeaderClassName
{
color: #518AF3;
}
.AnyTagClassName
{
color: #518AF3;
}
</style>
background-color css
<style>
a { background-color: #518AF3; }
a { background-color: rgb(81,138,243); }
div.DivClassName
{
background-color: #518AF3;
}
.BgClassName
{
background-color: #518AF3;
}
</style>
border-color css
<style>
span { border-color: #518AF3; }
span { border-color: rgb(81,138,243); }
td.TdClassName
{
border-color: #518AF3;
}
.TagClassName
{
border-color: #518AF3;
}
</style>