Shades of Cornflower Blue #5E85DE
Tints of Cornflower Blue #5E85DE
RGB
CMYK
RGB Variations
Color information
#5E85DE (or 0x5E85DE) is known color: Cornflower Blue. HEX triplet: 5E, 85 and DE. RGB value is (94,133,222). Sum of RGB (Red+Green+Blue) = 94+133+222=449 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.94% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E85DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E85DE is #A17A21. Grayscale: #838383. Windows color (decimal): -10582562 or 14583134. OLE color: 14583134.
HSL color Cylindrical-coordinate representation of color #5E85DE: hue angle of 221.72º 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 #5E85DE is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 133 | 222 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.13 |
| HSL | 221.72º | 0.66% | 0.62% | - |
| HSV(B) | 221.72º | 0.58% | 0.87% | - |
| XYZ | 26.19 | 24.43 | 72.44 | - |
| YUV | 131.49 | 179.08 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 222 | 0.58 | 0.40 | 0 | 0.13 | 221.72 | 0.66 | 0.62 |
| Hex | 5E | 85 | DE | 3A | 28 | 0 | D | DE | 42 | 3E |
| Octal | 136 | 205 | 336 | 72 | 50 | 0 | 15 | 336 | 102 | 76 |
| Binary | 1011110 | 10000101 | 11011110 | 111010 | 101000 | 0 | 1101 | 11011110 | 1000010 | 111110 |
Color Harmonies of #5E85DE
Complementary color
Monochromatic Colors of #5E85DE
Black with #5E85DE
Text Example
Text Example
White with #5E85DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E85DE; }
p { color: rgb(94,133,222); }
H1.HeaderClassName
{
color: #5E85DE;
}
.AnyTagClassName
{
color: #5E85DE;
}
</style>
background-color css
<style>
a { background-color: #5E85DE; }
a { background-color: rgb(94,133,222); }
div.DivClassName
{
background-color: #5E85DE;
}
.BgClassName
{
background-color: #5E85DE;
}
</style>
border-color css
<style>
span { border-color: #5E85DE; }
span { border-color: rgb(94,133,222); }
td.TdClassName
{
border-color: #5E85DE;
}
.TagClassName
{
border-color: #5E85DE;
}
</style>