Shades of Cornflower Blue #5192EE
Tints of Cornflower Blue #5192EE
RGB
CMYK
RGB Variations
Color information
#5192EE (or 0x5192EE) is known color: Cornflower Blue. HEX triplet: 51, 92 and EE. RGB value is (81,146,238). Sum of RGB (Red+Green+Blue) = 81+146+238=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #5192EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5192EE is #AE6D11. Grayscale: #888888. Windows color (decimal): -11431186 or 15635025. OLE color: 15635025.
HSL color Cylindrical-coordinate representation of color #5192EE: hue angle of 215.16º 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 #5192EE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 146 | 238 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.07 |
| HSL | 215.16º | 0.82% | 0.63% | - |
| HSV(B) | 215.16º | 0.66% | 0.93% | - |
| XYZ | 29.1 | 28.48 | 84.85 | - |
| YUV | 137.05 | 184.97 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 238 | 0.66 | 0.39 | 0 | 0.07 | 215.16 | 0.82 | 0.63 |
| Hex | 51 | 92 | EE | 42 | 27 | 0 | 7 | D7 | 52 | 3F |
| Octal | 121 | 222 | 356 | 102 | 47 | 0 | 7 | 327 | 122 | 77 |
| Binary | 1010001 | 10010010 | 11101110 | 1000010 | 100111 | 0 | 111 | 11010111 | 1010010 | 111111 |
Color Harmonies of #5192EE
Complementary color
Monochromatic Colors of #5192EE
Black with #5192EE
Text Example
Text Example
White with #5192EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5192EE; }
p { color: rgb(81,146,238); }
H1.HeaderClassName
{
color: #5192EE;
}
.AnyTagClassName
{
color: #5192EE;
}
</style>
background-color css
<style>
a { background-color: #5192EE; }
a { background-color: rgb(81,146,238); }
div.DivClassName
{
background-color: #5192EE;
}
.BgClassName
{
background-color: #5192EE;
}
</style>
border-color css
<style>
span { border-color: #5192EE; }
span { border-color: rgb(81,146,238); }
td.TdClassName
{
border-color: #5192EE;
}
.TagClassName
{
border-color: #5192EE;
}
</style>