Shades of Cornflower Blue #5E86EA
Tints of Cornflower Blue #5E86EA
RGB
CMYK
RGB Variations
Color information
#5E86EA (or 0x5E86EA) is known color: Cornflower Blue. HEX triplet: 5E, 86 and EA. RGB value is (94,134,234). Sum of RGB (Red+Green+Blue) = 94+134+234=462 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.35% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E86EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E86EA is #A17915. Grayscale: #858585. Windows color (decimal): -10582294 or 15369822. OLE color: 15369822.
HSL color Cylindrical-coordinate representation of color #5E86EA: hue angle of 222.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E86EA is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 134 | 234 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.08 |
| HSL | 222.86º | 0.77% | 0.64% | - |
| HSV(B) | 222.86º | 0.6% | 0.92% | - |
| XYZ | 27.99 | 25.37 | 81.26 | - |
| YUV | 133.44 | 184.75 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 234 | 0.60 | 0.43 | 0 | 0.08 | 222.86 | 0.77 | 0.64 |
| Hex | 5E | 86 | EA | 3C | 2B | 0 | 8 | DF | 4D | 40 |
| Octal | 136 | 206 | 352 | 74 | 53 | 0 | 10 | 337 | 115 | 100 |
| Binary | 1011110 | 10000110 | 11101010 | 111100 | 101011 | 0 | 1000 | 11011111 | 1001101 | 1000000 |
Color Harmonies of #5E86EA
Complementary color
Monochromatic Colors of #5E86EA
Black with #5E86EA
Text Example
Text Example
White with #5E86EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E86EA; }
p { color: rgb(94,134,234); }
H1.HeaderClassName
{
color: #5E86EA;
}
.AnyTagClassName
{
color: #5E86EA;
}
</style>
background-color css
<style>
a { background-color: #5E86EA; }
a { background-color: rgb(94,134,234); }
div.DivClassName
{
background-color: #5E86EA;
}
.BgClassName
{
background-color: #5E86EA;
}
</style>
border-color css
<style>
span { border-color: #5E86EA; }
span { border-color: rgb(94,134,234); }
td.TdClassName
{
border-color: #5E86EA;
}
.TagClassName
{
border-color: #5E86EA;
}
</style>