Shades of Cornflower Blue #4D85FF
Tints of Cornflower Blue #4D85FF
RGB
CMYK
RGB Variations
Color information
#4D85FF (or 0x4D85FF) is known color: Cornflower Blue. HEX triplet: 4D, 85 and FF. RGB value is (77,133,255). Sum of RGB (Red+Green+Blue) = 77+133+255=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D85FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D85FF is #B27A00. Grayscale: #818181. Windows color (decimal): -11696641 or 16745805. OLE color: 16745805.
HSL color Cylindrical-coordinate representation of color #4D85FF: hue angle of 221.12º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D85FF is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 133 | 255 | - |
| CMYK | 0.70 | 0.48 | 0 | 0 |
| HSL | 221.12º | 1% | 0.65% | - |
| HSV(B) | 221.12º | 0.7% | 1% | - |
| XYZ | 29.5 | 25.57 | 97.99 | - |
| YUV | 130.16 | 198.45 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 255 | 0.70 | 0.48 | 0 | 0 | 221.12 | 1 | 0.65 |
| Hex | 4D | 85 | FF | 46 | 30 | 0 | 0 | DD | 64 | 41 |
| Octal | 115 | 205 | 377 | 106 | 60 | 0 | 0 | 335 | 144 | 101 |
| Binary | 1001101 | 10000101 | 11111111 | 1000110 | 110000 | 0 | 0 | 11011101 | 1100100 | 1000001 |
Color Harmonies of #4D85FF
Complementary color
Monochromatic Colors of #4D85FF
Black with #4D85FF
Text Example
Text Example
White with #4D85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D85FF; }
p { color: rgb(77,133,255); }
H1.HeaderClassName
{
color: #4D85FF;
}
.AnyTagClassName
{
color: #4D85FF;
}
</style>
background-color css
<style>
a { background-color: #4D85FF; }
a { background-color: rgb(77,133,255); }
div.DivClassName
{
background-color: #4D85FF;
}
.BgClassName
{
background-color: #4D85FF;
}
</style>
border-color css
<style>
span { border-color: #4D85FF; }
span { border-color: rgb(77,133,255); }
td.TdClassName
{
border-color: #4D85FF;
}
.TagClassName
{
border-color: #4D85FF;
}
</style>