Shades of Cornflower Blue #5E8DFE
Tints of Cornflower Blue #5E8DFE
RGB
CMYK
RGB Variations
Color information
#5E8DFE (or 0x5E8DFE) is known color: Cornflower Blue. HEX triplet: 5E, 8D and FE. RGB value is (94,141,254). Sum of RGB (Red+Green+Blue) = 94+141+254=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E8DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8DFE is #A17201. Grayscale: #8B8B8B. Windows color (decimal): -10580482 or 16682334. OLE color: 16682334.
HSL color Cylindrical-coordinate representation of color #5E8DFE: hue angle of 222.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E8DFE is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 141 | 254 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.00 |
| HSL | 222.38º | 0.99% | 0.68% | - |
| HSV(B) | 222.38º | 0.63% | 1% | - |
| XYZ | 32.03 | 28.59 | 97.6 | - |
| YUV | 139.83 | 192.43 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 141 | 254 | 0.63 | 0.44 | 0 | 0.00 | 222.38 | 0.99 | 0.68 |
| Hex | 5E | 8D | FE | 3F | 2C | 0 | 0 | DE | 63 | 44 |
| Octal | 136 | 215 | 376 | 77 | 54 | 0 | 0 | 336 | 143 | 104 |
| Binary | 1011110 | 10001101 | 11111110 | 111111 | 101100 | 0 | 0 | 11011110 | 1100011 | 1000100 |
Color Harmonies of #5E8DFE
Complementary color
Monochromatic Colors of #5E8DFE
Black with #5E8DFE
Text Example
Text Example
White with #5E8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8DFE; }
p { color: rgb(94,141,254); }
H1.HeaderClassName
{
color: #5E8DFE;
}
.AnyTagClassName
{
color: #5E8DFE;
}
</style>
background-color css
<style>
a { background-color: #5E8DFE; }
a { background-color: rgb(94,141,254); }
div.DivClassName
{
background-color: #5E8DFE;
}
.BgClassName
{
background-color: #5E8DFE;
}
</style>
border-color css
<style>
span { border-color: #5E8DFE; }
span { border-color: rgb(94,141,254); }
td.TdClassName
{
border-color: #5E8DFE;
}
.TagClassName
{
border-color: #5E8DFE;
}
</style>