Shades of Cornflower Blue #5E84FF
Tints of Cornflower Blue #5E84FF
RGB
CMYK
RGB Variations
Color information
#5E84FF (or 0x5E84FF) is known color: Cornflower Blue. HEX triplet: 5E, 84 and FF. RGB value is (94,132,255). Sum of RGB (Red+Green+Blue) = 94+132+255=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E84FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E84FF is #A17B00. Grayscale: #868686. Windows color (decimal): -10582785 or 16745566. OLE color: 16745566.
HSL color Cylindrical-coordinate representation of color #5E84FF: hue angle of 225.84º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E84FF is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 132 | 255 | - |
| CMYK | 0.63 | 0.48 | 0 | 0 |
| HSL | 225.84º | 1% | 0.68% | - |
| HSV(B) | 225.84º | 0.63% | 1% | - |
| XYZ | 30.92 | 26.1 | 98.02 | - |
| YUV | 134.66 | 195.91 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 255 | 0.63 | 0.48 | 0 | 0 | 225.84 | 1 | 0.68 |
| Hex | 5E | 84 | FF | 3F | 30 | 0 | 0 | E2 | 64 | 44 |
| Octal | 136 | 204 | 377 | 77 | 60 | 0 | 0 | 342 | 144 | 104 |
| Binary | 1011110 | 10000100 | 11111111 | 111111 | 110000 | 0 | 0 | 11100010 | 1100100 | 1000100 |
Color Harmonies of #5E84FF
Complementary color
Monochromatic Colors of #5E84FF
Black with #5E84FF
Text Example
Text Example
White with #5E84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E84FF; }
p { color: rgb(94,132,255); }
H1.HeaderClassName
{
color: #5E84FF;
}
.AnyTagClassName
{
color: #5E84FF;
}
</style>
background-color css
<style>
a { background-color: #5E84FF; }
a { background-color: rgb(94,132,255); }
div.DivClassName
{
background-color: #5E84FF;
}
.BgClassName
{
background-color: #5E84FF;
}
</style>
border-color css
<style>
span { border-color: #5E84FF; }
span { border-color: rgb(94,132,255); }
td.TdClassName
{
border-color: #5E84FF;
}
.TagClassName
{
border-color: #5E84FF;
}
</style>