Shades of Cornflower Blue #5E8CFE
Tints of Cornflower Blue #5E8CFE
RGB
CMYK
RGB Variations
Color information
#5E8CFE (or 0x5E8CFE) is known color: Cornflower Blue. HEX triplet: 5E, 8C and FE. RGB value is (94,140,254). Sum of RGB (Red+Green+Blue) = 94+140+254=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E8CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8CFE is #A17301. Grayscale: #8A8A8A. Windows color (decimal): -10580738 or 16682078. OLE color: 16682078.
HSL color Cylindrical-coordinate representation of color #5E8CFE: hue angle of 222.75º 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 #5E8CFE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 140 | 254 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.00 |
| HSL | 222.75º | 0.99% | 0.68% | - |
| HSV(B) | 222.75º | 0.63% | 1% | - |
| XYZ | 31.88 | 28.29 | 97.55 | - |
| YUV | 139.24 | 192.76 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 140 | 254 | 0.63 | 0.45 | 0 | 0.00 | 222.75 | 0.99 | 0.68 |
| Hex | 5E | 8C | FE | 3F | 2D | 0 | 0 | DF | 63 | 44 |
| Octal | 136 | 214 | 376 | 77 | 55 | 0 | 0 | 337 | 143 | 104 |
| Binary | 1011110 | 10001100 | 11111110 | 111111 | 101101 | 0 | 0 | 11011111 | 1100011 | 1000100 |
Color Harmonies of #5E8CFE
Complementary color
Monochromatic Colors of #5E8CFE
Black with #5E8CFE
Text Example
Text Example
White with #5E8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8CFE; }
p { color: rgb(94,140,254); }
H1.HeaderClassName
{
color: #5E8CFE;
}
.AnyTagClassName
{
color: #5E8CFE;
}
</style>
background-color css
<style>
a { background-color: #5E8CFE; }
a { background-color: rgb(94,140,254); }
div.DivClassName
{
background-color: #5E8CFE;
}
.BgClassName
{
background-color: #5E8CFE;
}
</style>
border-color css
<style>
span { border-color: #5E8CFE; }
span { border-color: rgb(94,140,254); }
td.TdClassName
{
border-color: #5E8CFE;
}
.TagClassName
{
border-color: #5E8CFE;
}
</style>