Shades of Cornflower Blue #4E85EE
Tints of Cornflower Blue #4E85EE
RGB
CMYK
RGB Variations
Color information
#4E85EE (or 0x4E85EE) is known color: Cornflower Blue. HEX triplet: 4E, 85 and EE. RGB value is (78,133,238). Sum of RGB (Red+Green+Blue) = 78+133+238=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #4E85EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E85EE is #B17A11. Grayscale: #808080. Windows color (decimal): -11631122 or 15631694. OLE color: 15631694.
HSL color Cylindrical-coordinate representation of color #4E85EE: hue angle of 219.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E85EE is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 133 | 238 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.07 |
| HSL | 219.38º | 0.82% | 0.62% | - |
| HSV(B) | 219.38º | 0.67% | 0.93% | - |
| XYZ | 26.96 | 24.57 | 84.21 | - |
| YUV | 128.53 | 189.78 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 238 | 0.67 | 0.44 | 0 | 0.07 | 219.38 | 0.82 | 0.62 |
| Hex | 4E | 85 | EE | 43 | 2C | 0 | 7 | DB | 52 | 3E |
| Octal | 116 | 205 | 356 | 103 | 54 | 0 | 7 | 333 | 122 | 76 |
| Binary | 1001110 | 10000101 | 11101110 | 1000011 | 101100 | 0 | 111 | 11011011 | 1010010 | 111110 |
Color Harmonies of #4E85EE
Complementary color
Monochromatic Colors of #4E85EE
Black with #4E85EE
Text Example
Text Example
White with #4E85EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E85EE; }
p { color: rgb(78,133,238); }
H1.HeaderClassName
{
color: #4E85EE;
}
.AnyTagClassName
{
color: #4E85EE;
}
</style>
background-color css
<style>
a { background-color: #4E85EE; }
a { background-color: rgb(78,133,238); }
div.DivClassName
{
background-color: #4E85EE;
}
.BgClassName
{
background-color: #4E85EE;
}
</style>
border-color css
<style>
span { border-color: #4E85EE; }
span { border-color: rgb(78,133,238); }
td.TdClassName
{
border-color: #4E85EE;
}
.TagClassName
{
border-color: #4E85EE;
}
</style>