Shades of Cornflower Blue #4D85E0
Tints of Cornflower Blue #4D85E0
RGB
CMYK
RGB Variations
Color information
#4D85E0 (or 0x4D85E0) is known color: Cornflower Blue. HEX triplet: 4D, 85 and E0. RGB value is (77,133,224). Sum of RGB (Red+Green+Blue) = 77+133+224=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #4D85E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D85E0 is #B27A1F. Grayscale: #7E7E7E. Windows color (decimal): -11696672 or 14714189. OLE color: 14714189.
HSL color Cylindrical-coordinate representation of color #4D85E0: hue angle of 217.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D85E0 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 133 | 224 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.12 |
| HSL | 217.14º | 0.7% | 0.59% | - |
| HSV(B) | 217.14º | 0.66% | 0.88% | - |
| XYZ | 24.9 | 23.73 | 73.79 | - |
| YUV | 126.63 | 182.95 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 224 | 0.66 | 0.41 | 0 | 0.12 | 217.14 | 0.7 | 0.59 |
| Hex | 4D | 85 | E0 | 42 | 29 | 0 | C | D9 | 46 | 3B |
| Octal | 115 | 205 | 340 | 102 | 51 | 0 | 14 | 331 | 106 | 73 |
| Binary | 1001101 | 10000101 | 11100000 | 1000010 | 101001 | 0 | 1100 | 11011001 | 1000110 | 111011 |
Color Harmonies of #4D85E0
Complementary color
Monochromatic Colors of #4D85E0
Black with #4D85E0
Text Example
Text Example
White with #4D85E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D85E0; }
p { color: rgb(77,133,224); }
H1.HeaderClassName
{
color: #4D85E0;
}
.AnyTagClassName
{
color: #4D85E0;
}
</style>
background-color css
<style>
a { background-color: #4D85E0; }
a { background-color: rgb(77,133,224); }
div.DivClassName
{
background-color: #4D85E0;
}
.BgClassName
{
background-color: #4D85E0;
}
</style>
border-color css
<style>
span { border-color: #4D85E0; }
span { border-color: rgb(77,133,224); }
td.TdClassName
{
border-color: #4D85E0;
}
.TagClassName
{
border-color: #4D85E0;
}
</style>