Shades of Cornflower Blue #5E86DD
Tints of Cornflower Blue #5E86DD
RGB
CMYK
RGB Variations
Color information
#5E86DD (or 0x5E86DD) is known color: Cornflower Blue. HEX triplet: 5E, 86 and DD. RGB value is (94,134,221). Sum of RGB (Red+Green+Blue) = 94+134+221=449 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.94% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E86DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E86DD is #A17922. Grayscale: #838383. Windows color (decimal): -10582307 or 14517854. OLE color: 14517854.
HSL color Cylindrical-coordinate representation of color #5E86DD: hue angle of 221.1º 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 #5E86DD is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 134 | 221 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.13 |
| HSL | 221.1º | 0.65% | 0.62% | - |
| HSV(B) | 221.1º | 0.57% | 0.87% | - |
| XYZ | 26.19 | 24.65 | 71.78 | - |
| YUV | 131.96 | 178.25 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 221 | 0.57 | 0.39 | 0 | 0.13 | 221.1 | 0.65 | 0.62 |
| Hex | 5E | 86 | DD | 39 | 27 | 0 | D | DD | 41 | 3E |
| Octal | 136 | 206 | 335 | 71 | 47 | 0 | 15 | 335 | 101 | 76 |
| Binary | 1011110 | 10000110 | 11011101 | 111001 | 100111 | 0 | 1101 | 11011101 | 1000001 | 111110 |
Color Harmonies of #5E86DD
Complementary color
Monochromatic Colors of #5E86DD
Black with #5E86DD
Text Example
Text Example
White with #5E86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E86DD; }
p { color: rgb(94,134,221); }
H1.HeaderClassName
{
color: #5E86DD;
}
.AnyTagClassName
{
color: #5E86DD;
}
</style>
background-color css
<style>
a { background-color: #5E86DD; }
a { background-color: rgb(94,134,221); }
div.DivClassName
{
background-color: #5E86DD;
}
.BgClassName
{
background-color: #5E86DD;
}
</style>
border-color css
<style>
span { border-color: #5E86DD; }
span { border-color: rgb(94,134,221); }
td.TdClassName
{
border-color: #5E86DD;
}
.TagClassName
{
border-color: #5E86DD;
}
</style>