Shades of Cornflower Blue #5E86EF
Tints of Cornflower Blue #5E86EF
RGB
CMYK
RGB Variations
Color information
#5E86EF (or 0x5E86EF) is known color: Cornflower Blue. HEX triplet: 5E, 86 and EF. RGB value is (94,134,239). Sum of RGB (Red+Green+Blue) = 94+134+239=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E86EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E86EF is #A17910. Grayscale: #858585. Windows color (decimal): -10582289 or 15697502. OLE color: 15697502.
HSL color Cylindrical-coordinate representation of color #5E86EF: hue angle of 223.45º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E86EF is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 134 | 239 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.06 |
| HSL | 223.45º | 0.82% | 0.65% | - |
| HSV(B) | 223.45º | 0.61% | 0.94% | - |
| XYZ | 28.72 | 25.66 | 85.1 | - |
| YUV | 134.01 | 187.25 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 239 | 0.61 | 0.44 | 0 | 0.06 | 223.45 | 0.82 | 0.65 |
| Hex | 5E | 86 | EF | 3D | 2C | 0 | 6 | DF | 52 | 41 |
| Octal | 136 | 206 | 357 | 75 | 54 | 0 | 6 | 337 | 122 | 101 |
| Binary | 1011110 | 10000110 | 11101111 | 111101 | 101100 | 0 | 110 | 11011111 | 1010010 | 1000001 |
Color Harmonies of #5E86EF
Complementary color
Monochromatic Colors of #5E86EF
Black with #5E86EF
Text Example
Text Example
White with #5E86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E86EF; }
p { color: rgb(94,134,239); }
H1.HeaderClassName
{
color: #5E86EF;
}
.AnyTagClassName
{
color: #5E86EF;
}
</style>
background-color css
<style>
a { background-color: #5E86EF; }
a { background-color: rgb(94,134,239); }
div.DivClassName
{
background-color: #5E86EF;
}
.BgClassName
{
background-color: #5E86EF;
}
</style>
border-color css
<style>
span { border-color: #5E86EF; }
span { border-color: rgb(94,134,239); }
td.TdClassName
{
border-color: #5E86EF;
}
.TagClassName
{
border-color: #5E86EF;
}
</style>