Shades of Cornflower Blue #518AF1
Tints of Cornflower Blue #518AF1
RGB
CMYK
RGB Variations
Color information
#518AF1 (or 0x518AF1) is known color: Cornflower Blue. HEX triplet: 51, 8A and F1. RGB value is (81,138,241). Sum of RGB (Red+Green+Blue) = 81+138+241=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #518AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AF1 is #AE750E. Grayscale: #848484. Windows color (decimal): -11433231 or 15829585. OLE color: 15829585.
HSL color Cylindrical-coordinate representation of color #518AF1: hue angle of 218.62º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #518AF1 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 138 | 241 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.05 |
| HSL | 218.63º | 0.85% | 0.63% | - |
| HSV(B) | 218.63º | 0.66% | 0.95% | - |
| XYZ | 28.36 | 26.28 | 86.8 | - |
| YUV | 132.7 | 189.12 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 241 | 0.66 | 0.43 | 0 | 0.05 | 218.63 | 0.85 | 0.63 |
| Hex | 51 | 8A | F1 | 42 | 2B | 0 | 5 | DB | 55 | 3F |
| Octal | 121 | 212 | 361 | 102 | 53 | 0 | 5 | 333 | 125 | 77 |
| Binary | 1010001 | 10001010 | 11110001 | 1000010 | 101011 | 0 | 101 | 11011011 | 1010101 | 111111 |
Color Harmonies of #518AF1
Complementary color
Monochromatic Colors of #518AF1
Black with #518AF1
Text Example
Text Example
White with #518AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518AF1; }
p { color: rgb(81,138,241); }
H1.HeaderClassName
{
color: #518AF1;
}
.AnyTagClassName
{
color: #518AF1;
}
</style>
background-color css
<style>
a { background-color: #518AF1; }
a { background-color: rgb(81,138,241); }
div.DivClassName
{
background-color: #518AF1;
}
.BgClassName
{
background-color: #518AF1;
}
</style>
border-color css
<style>
span { border-color: #518AF1; }
span { border-color: rgb(81,138,241); }
td.TdClassName
{
border-color: #518AF1;
}
.TagClassName
{
border-color: #518AF1;
}
</style>