Shades of Cornflower Blue #5191EE
Tints of Cornflower Blue #5191EE
RGB
CMYK
RGB Variations
Color information
#5191EE (or 0x5191EE) is known color: Cornflower Blue. HEX triplet: 51, 91 and EE. RGB value is (81,145,238). Sum of RGB (Red+Green+Blue) = 81+145+238=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #5191EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5191EE is #AE6E11. Grayscale: #888888. Windows color (decimal): -11431442 or 15634769. OLE color: 15634769.
HSL color Cylindrical-coordinate representation of color #5191EE: hue angle of 215.54º 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 #5191EE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 145 | 238 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.07 |
| HSL | 215.54º | 0.82% | 0.63% | - |
| HSV(B) | 215.54º | 0.66% | 0.93% | - |
| XYZ | 28.95 | 28.17 | 84.8 | - |
| YUV | 136.47 | 185.3 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 238 | 0.66 | 0.39 | 0 | 0.07 | 215.54 | 0.82 | 0.63 |
| Hex | 51 | 91 | EE | 42 | 27 | 0 | 7 | D8 | 52 | 3F |
| Octal | 121 | 221 | 356 | 102 | 47 | 0 | 7 | 330 | 122 | 77 |
| Binary | 1010001 | 10010001 | 11101110 | 1000010 | 100111 | 0 | 111 | 11011000 | 1010010 | 111111 |
Color Harmonies of #5191EE
Complementary color
Monochromatic Colors of #5191EE
Black with #5191EE
Text Example
Text Example
White with #5191EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5191EE; }
p { color: rgb(81,145,238); }
H1.HeaderClassName
{
color: #5191EE;
}
.AnyTagClassName
{
color: #5191EE;
}
</style>
background-color css
<style>
a { background-color: #5191EE; }
a { background-color: rgb(81,145,238); }
div.DivClassName
{
background-color: #5191EE;
}
.BgClassName
{
background-color: #5191EE;
}
</style>
border-color css
<style>
span { border-color: #5191EE; }
span { border-color: rgb(81,145,238); }
td.TdClassName
{
border-color: #5191EE;
}
.TagClassName
{
border-color: #5191EE;
}
</style>