Shades of Cornflower Blue #4E85FF
Tints of Cornflower Blue #4E85FF
RGB
CMYK
RGB Variations
Color information
#4E85FF (or 0x4E85FF) is known color: Cornflower Blue. HEX triplet: 4E, 85 and FF. RGB value is (78,133,255). Sum of RGB (Red+Green+Blue) = 78+133+255=466 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.74% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E85FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E85FF is #B17A00. Grayscale: #818181. Windows color (decimal): -11631105 or 16745806. OLE color: 16745806.
HSL color Cylindrical-coordinate representation of color #4E85FF: hue angle of 221.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E85FF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 133 | 255 | - |
| CMYK | 0.69 | 0.48 | 0 | 0 |
| HSL | 221.36º | 1% | 0.65% | - |
| HSV(B) | 221.36º | 0.69% | 1% | - |
| XYZ | 29.58 | 25.61 | 97.99 | - |
| YUV | 130.46 | 198.28 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 255 | 0.69 | 0.48 | 0 | 0 | 221.36 | 1 | 0.65 |
| Hex | 4E | 85 | FF | 45 | 30 | 0 | 0 | DD | 64 | 41 |
| Octal | 116 | 205 | 377 | 105 | 60 | 0 | 0 | 335 | 144 | 101 |
| Binary | 1001110 | 10000101 | 11111111 | 1000101 | 110000 | 0 | 0 | 11011101 | 1100100 | 1000001 |
Color Harmonies of #4E85FF
Complementary color
Monochromatic Colors of #4E85FF
Black with #4E85FF
Text Example
Text Example
White with #4E85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E85FF; }
p { color: rgb(78,133,255); }
H1.HeaderClassName
{
color: #4E85FF;
}
.AnyTagClassName
{
color: #4E85FF;
}
</style>
background-color css
<style>
a { background-color: #4E85FF; }
a { background-color: rgb(78,133,255); }
div.DivClassName
{
background-color: #4E85FF;
}
.BgClassName
{
background-color: #4E85FF;
}
</style>
border-color css
<style>
span { border-color: #4E85FF; }
span { border-color: rgb(78,133,255); }
td.TdClassName
{
border-color: #4E85FF;
}
.TagClassName
{
border-color: #4E85FF;
}
</style>