Shades of Cornflower Blue #5190EE
Tints of Cornflower Blue #5190EE
RGB
CMYK
RGB Variations
Color information
#5190EE (or 0x5190EE) is known color: Cornflower Blue. HEX triplet: 51, 90 and EE. RGB value is (81,144,238). Sum of RGB (Red+Green+Blue) = 81+144+238=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #5190EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5190EE is #AE6F11. Grayscale: #878787. Windows color (decimal): -11431698 or 15634513. OLE color: 15634513.
HSL color Cylindrical-coordinate representation of color #5190EE: hue angle of 215.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5190EE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 144 | 238 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.07 |
| HSL | 215.92º | 0.82% | 0.63% | - |
| HSV(B) | 215.92º | 0.66% | 0.93% | - |
| XYZ | 28.8 | 27.87 | 84.75 | - |
| YUV | 135.88 | 185.63 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 238 | 0.66 | 0.39 | 0 | 0.07 | 215.92 | 0.82 | 0.63 |
| Hex | 51 | 90 | EE | 42 | 27 | 0 | 7 | D8 | 52 | 3F |
| Octal | 121 | 220 | 356 | 102 | 47 | 0 | 7 | 330 | 122 | 77 |
| Binary | 1010001 | 10010000 | 11101110 | 1000010 | 100111 | 0 | 111 | 11011000 | 1010010 | 111111 |
Color Harmonies of #5190EE
Complementary color
Monochromatic Colors of #5190EE
Black with #5190EE
Text Example
Text Example
White with #5190EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5190EE; }
p { color: rgb(81,144,238); }
H1.HeaderClassName
{
color: #5190EE;
}
.AnyTagClassName
{
color: #5190EE;
}
</style>
background-color css
<style>
a { background-color: #5190EE; }
a { background-color: rgb(81,144,238); }
div.DivClassName
{
background-color: #5190EE;
}
.BgClassName
{
background-color: #5190EE;
}
</style>
border-color css
<style>
span { border-color: #5190EE; }
span { border-color: rgb(81,144,238); }
td.TdClassName
{
border-color: #5190EE;
}
.TagClassName
{
border-color: #5190EE;
}
</style>