Shades of Cornflower Blue #5184EF
Tints of Cornflower Blue #5184EF
RGB
CMYK
RGB Variations
Color information
#5184EF (or 0x5184EF) is known color: Cornflower Blue. HEX triplet: 51, 84 and EF. RGB value is (81,132,239). Sum of RGB (Red+Green+Blue) = 81+132+239=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #5184EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5184EF is #AE7B10. Grayscale: #808080. Windows color (decimal): -11434769 or 15696977. OLE color: 15696977.
HSL color Cylindrical-coordinate representation of color #5184EF: hue angle of 220.63º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5184EF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 132 | 239 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.06 |
| HSL | 220.63º | 0.83% | 0.63% | - |
| HSV(B) | 220.63º | 0.66% | 0.94% | - |
| XYZ | 27.22 | 24.48 | 84.95 | - |
| YUV | 128.95 | 190.1 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 239 | 0.66 | 0.45 | 0 | 0.06 | 220.63 | 0.83 | 0.63 |
| Hex | 51 | 84 | EF | 42 | 2D | 0 | 6 | DD | 53 | 3F |
| Octal | 121 | 204 | 357 | 102 | 55 | 0 | 6 | 335 | 123 | 77 |
| Binary | 1010001 | 10000100 | 11101111 | 1000010 | 101101 | 0 | 110 | 11011101 | 1010011 | 111111 |
Color Harmonies of #5184EF
Complementary color
Monochromatic Colors of #5184EF
Black with #5184EF
Text Example
Text Example
White with #5184EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5184EF; }
p { color: rgb(81,132,239); }
H1.HeaderClassName
{
color: #5184EF;
}
.AnyTagClassName
{
color: #5184EF;
}
</style>
background-color css
<style>
a { background-color: #5184EF; }
a { background-color: rgb(81,132,239); }
div.DivClassName
{
background-color: #5184EF;
}
.BgClassName
{
background-color: #5184EF;
}
</style>
border-color css
<style>
span { border-color: #5184EF; }
span { border-color: rgb(81,132,239); }
td.TdClassName
{
border-color: #5184EF;
}
.TagClassName
{
border-color: #5184EF;
}
</style>