Shades of Cornflower Blue #5193EE
Tints of Cornflower Blue #5193EE
RGB
CMYK
RGB Variations
Color information
#5193EE (or 0x5193EE) is known color: Cornflower Blue. HEX triplet: 51, 93 and EE. RGB value is (81,147,238). Sum of RGB (Red+Green+Blue) = 81+147+238=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #5193EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5193EE is #AE6C11. Grayscale: #898989. Windows color (decimal): -11430930 or 15635281. OLE color: 15635281.
HSL color Cylindrical-coordinate representation of color #5193EE: hue angle of 214.78º 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 #5193EE is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 147 | 238 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.07 |
| HSL | 214.78º | 0.82% | 0.63% | - |
| HSV(B) | 214.78º | 0.66% | 0.93% | - |
| XYZ | 29.26 | 28.79 | 84.9 | - |
| YUV | 137.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 238 | 0.66 | 0.38 | 0 | 0.07 | 214.78 | 0.82 | 0.63 |
| Hex | 51 | 93 | EE | 42 | 26 | 0 | 7 | D7 | 52 | 3F |
| Octal | 121 | 223 | 356 | 102 | 46 | 0 | 7 | 327 | 122 | 77 |
| Binary | 1010001 | 10010011 | 11101110 | 1000010 | 100110 | 0 | 111 | 11010111 | 1010010 | 111111 |
Color Harmonies of #5193EE
Complementary color
Monochromatic Colors of #5193EE
Black with #5193EE
Text Example
Text Example
White with #5193EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5193EE; }
p { color: rgb(81,147,238); }
H1.HeaderClassName
{
color: #5193EE;
}
.AnyTagClassName
{
color: #5193EE;
}
</style>
background-color css
<style>
a { background-color: #5193EE; }
a { background-color: rgb(81,147,238); }
div.DivClassName
{
background-color: #5193EE;
}
.BgClassName
{
background-color: #5193EE;
}
</style>
border-color css
<style>
span { border-color: #5193EE; }
span { border-color: rgb(81,147,238); }
td.TdClassName
{
border-color: #5193EE;
}
.TagClassName
{
border-color: #5193EE;
}
</style>