Shades of Cornflower Blue #4D85F7
Tints of Cornflower Blue #4D85F7
RGB
CMYK
RGB Variations
Color information
#4D85F7 (or 0x4D85F7) is known color: Cornflower Blue. HEX triplet: 4D, 85 and F7. RGB value is (77,133,247). Sum of RGB (Red+Green+Blue) = 77+133+247=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #4D85F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D85F7 is #B27A08. Grayscale: #808080. Windows color (decimal): -11696649 or 16221517. OLE color: 16221517.
HSL color Cylindrical-coordinate representation of color #4D85F7: hue angle of 220.24º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D85F7 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 133 | 247 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.03 |
| HSL | 220.24º | 0.91% | 0.64% | - |
| HSV(B) | 220.24º | 0.69% | 0.97% | - |
| XYZ | 28.24 | 25.07 | 91.35 | - |
| YUV | 129.25 | 194.45 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 247 | 0.69 | 0.46 | 0 | 0.03 | 220.24 | 0.91 | 0.64 |
| Hex | 4D | 85 | F7 | 45 | 2E | 0 | 3 | DC | 5B | 40 |
| Octal | 115 | 205 | 367 | 105 | 56 | 0 | 3 | 334 | 133 | 100 |
| Binary | 1001101 | 10000101 | 11110111 | 1000101 | 101110 | 0 | 11 | 11011100 | 1011011 | 1000000 |
Color Harmonies of #4D85F7
Complementary color
Monochromatic Colors of #4D85F7
Black with #4D85F7
Text Example
Text Example
White with #4D85F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D85F7; }
p { color: rgb(77,133,247); }
H1.HeaderClassName
{
color: #4D85F7;
}
.AnyTagClassName
{
color: #4D85F7;
}
</style>
background-color css
<style>
a { background-color: #4D85F7; }
a { background-color: rgb(77,133,247); }
div.DivClassName
{
background-color: #4D85F7;
}
.BgClassName
{
background-color: #4D85F7;
}
</style>
border-color css
<style>
span { border-color: #4D85F7; }
span { border-color: rgb(77,133,247); }
td.TdClassName
{
border-color: #4D85F7;
}
.TagClassName
{
border-color: #4D85F7;
}
</style>