Shades of Cornflower Blue #4D85FE
Tints of Cornflower Blue #4D85FE
RGB
CMYK
RGB Variations
Color information
#4D85FE (or 0x4D85FE) is known color: Cornflower Blue. HEX triplet: 4D, 85 and FE. RGB value is (77,133,254). Sum of RGB (Red+Green+Blue) = 77+133+254=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D85FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D85FE is #B27A01. Grayscale: #818181. Windows color (decimal): -11696642 or 16680269. OLE color: 16680269.
HSL color Cylindrical-coordinate representation of color #4D85FE: hue angle of 221.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D85FE is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 133 | 254 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.00 |
| HSL | 221.02º | 0.99% | 0.65% | - |
| HSV(B) | 221.02º | 0.7% | 1% | - |
| XYZ | 29.34 | 25.51 | 97.14 | - |
| YUV | 130.05 | 197.95 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 254 | 0.70 | 0.48 | 0 | 0.00 | 221.02 | 0.99 | 0.65 |
| Hex | 4D | 85 | FE | 46 | 30 | 0 | 0 | DD | 63 | 41 |
| Octal | 115 | 205 | 376 | 106 | 60 | 0 | 0 | 335 | 143 | 101 |
| Binary | 1001101 | 10000101 | 11111110 | 1000110 | 110000 | 0 | 0 | 11011101 | 1100011 | 1000001 |
Color Harmonies of #4D85FE
Complementary color
Monochromatic Colors of #4D85FE
Black with #4D85FE
Text Example
Text Example
White with #4D85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D85FE; }
p { color: rgb(77,133,254); }
H1.HeaderClassName
{
color: #4D85FE;
}
.AnyTagClassName
{
color: #4D85FE;
}
</style>
background-color css
<style>
a { background-color: #4D85FE; }
a { background-color: rgb(77,133,254); }
div.DivClassName
{
background-color: #4D85FE;
}
.BgClassName
{
background-color: #4D85FE;
}
</style>
border-color css
<style>
span { border-color: #4D85FE; }
span { border-color: rgb(77,133,254); }
td.TdClassName
{
border-color: #4D85FE;
}
.TagClassName
{
border-color: #4D85FE;
}
</style>