Shades of Cornflower Blue #4D90FF
Tints of Cornflower Blue #4D90FF
RGB
CMYK
RGB Variations
Color information
#4D90FF (or 0x4D90FF) is known color: Cornflower Blue. HEX triplet: 4D, 90 and FF. RGB value is (77,144,255). Sum of RGB (Red+Green+Blue) = 77+144+255=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D90FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D90FF is #B26F00. Grayscale: #888888. Windows color (decimal): -11693825 or 16748621. OLE color: 16748621.
HSL color Cylindrical-coordinate representation of color #4D90FF: hue angle of 217.42º 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 #4D90FF is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 144 | 255 | - |
| CMYK | 0.70 | 0.44 | 0 | 0 |
| HSL | 217.42º | 1% | 0.65% | - |
| HSV(B) | 217.42º | 0.7% | 1% | - |
| XYZ | 31.08 | 28.74 | 98.52 | - |
| YUV | 136.62 | 194.8 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 255 | 0.70 | 0.44 | 0 | 0 | 217.42 | 1 | 0.65 |
| Hex | 4D | 90 | FF | 46 | 2C | 0 | 0 | D9 | 64 | 41 |
| Octal | 115 | 220 | 377 | 106 | 54 | 0 | 0 | 331 | 144 | 101 |
| Binary | 1001101 | 10010000 | 11111111 | 1000110 | 101100 | 0 | 0 | 11011001 | 1100100 | 1000001 |
Color Harmonies of #4D90FF
Complementary color
Monochromatic Colors of #4D90FF
Black with #4D90FF
Text Example
Text Example
White with #4D90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D90FF; }
p { color: rgb(77,144,255); }
H1.HeaderClassName
{
color: #4D90FF;
}
.AnyTagClassName
{
color: #4D90FF;
}
</style>
background-color css
<style>
a { background-color: #4D90FF; }
a { background-color: rgb(77,144,255); }
div.DivClassName
{
background-color: #4D90FF;
}
.BgClassName
{
background-color: #4D90FF;
}
</style>
border-color css
<style>
span { border-color: #4D90FF; }
span { border-color: rgb(77,144,255); }
td.TdClassName
{
border-color: #4D90FF;
}
.TagClassName
{
border-color: #4D90FF;
}
</style>