Shades of Cornflower Blue #5E8DDE
Tints of Cornflower Blue #5E8DDE
RGB
CMYK
RGB Variations
Color information
#5E8DDE (or 0x5E8DDE) is known color: Cornflower Blue. HEX triplet: 5E, 8D and DE. RGB value is (94,141,222). Sum of RGB (Red+Green+Blue) = 94+141+222=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E8DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8DDE is #A17221. Grayscale: #878787. Windows color (decimal): -10580514 or 14585182. OLE color: 14585182.
HSL color Cylindrical-coordinate representation of color #5E8DDE: hue angle of 217.97º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E8DDE is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 141 | 222 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.13 |
| HSL | 217.97º | 0.66% | 0.62% | - |
| HSV(B) | 217.97º | 0.58% | 0.87% | - |
| XYZ | 27.33 | 26.7 | 72.82 | - |
| YUV | 136.18 | 176.43 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 141 | 222 | 0.58 | 0.36 | 0 | 0.13 | 217.97 | 0.66 | 0.62 |
| Hex | 5E | 8D | DE | 3A | 24 | 0 | D | DA | 42 | 3E |
| Octal | 136 | 215 | 336 | 72 | 44 | 0 | 15 | 332 | 102 | 76 |
| Binary | 1011110 | 10001101 | 11011110 | 111010 | 100100 | 0 | 1101 | 11011010 | 1000010 | 111110 |
Color Harmonies of #5E8DDE
Complementary color
Monochromatic Colors of #5E8DDE
Black with #5E8DDE
Text Example
Text Example
White with #5E8DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8DDE; }
p { color: rgb(94,141,222); }
H1.HeaderClassName
{
color: #5E8DDE;
}
.AnyTagClassName
{
color: #5E8DDE;
}
</style>
background-color css
<style>
a { background-color: #5E8DDE; }
a { background-color: rgb(94,141,222); }
div.DivClassName
{
background-color: #5E8DDE;
}
.BgClassName
{
background-color: #5E8DDE;
}
</style>
border-color css
<style>
span { border-color: #5E8DDE; }
span { border-color: rgb(94,141,222); }
td.TdClassName
{
border-color: #5E8DDE;
}
.TagClassName
{
border-color: #5E8DDE;
}
</style>