Shades of Cornflower Blue #5E84DD
Tints of Cornflower Blue #5E84DD
RGB
CMYK
RGB Variations
Color information
#5E84DD (or 0x5E84DD) is known color: Cornflower Blue. HEX triplet: 5E, 84 and DD. RGB value is (94,132,221). Sum of RGB (Red+Green+Blue) = 94+132+221=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E84DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E84DD is #A17B22. Grayscale: #828282. Windows color (decimal): -10582819 or 14517342. OLE color: 14517342.
HSL color Cylindrical-coordinate representation of color #5E84DD: hue angle of 222.05º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E84DD is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 132 | 221 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.13 |
| HSL | 222.05º | 0.65% | 0.62% | - |
| HSV(B) | 222.05º | 0.57% | 0.87% | - |
| XYZ | 25.92 | 24.1 | 71.69 | - |
| YUV | 130.78 | 178.91 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 221 | 0.57 | 0.40 | 0 | 0.13 | 222.05 | 0.65 | 0.62 |
| Hex | 5E | 84 | DD | 39 | 28 | 0 | D | DE | 41 | 3E |
| Octal | 136 | 204 | 335 | 71 | 50 | 0 | 15 | 336 | 101 | 76 |
| Binary | 1011110 | 10000100 | 11011101 | 111001 | 101000 | 0 | 1101 | 11011110 | 1000001 | 111110 |
Color Harmonies of #5E84DD
Complementary color
Monochromatic Colors of #5E84DD
Black with #5E84DD
Text Example
Text Example
White with #5E84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E84DD; }
p { color: rgb(94,132,221); }
H1.HeaderClassName
{
color: #5E84DD;
}
.AnyTagClassName
{
color: #5E84DD;
}
</style>
background-color css
<style>
a { background-color: #5E84DD; }
a { background-color: rgb(94,132,221); }
div.DivClassName
{
background-color: #5E84DD;
}
.BgClassName
{
background-color: #5E84DD;
}
</style>
border-color css
<style>
span { border-color: #5E84DD; }
span { border-color: rgb(94,132,221); }
td.TdClassName
{
border-color: #5E84DD;
}
.TagClassName
{
border-color: #5E84DD;
}
</style>