Shades of Medium Blue #1D18E0
Tints of Medium Blue #1D18E0
RGB
CMYK
RGB Variations
Color information
#1D18E0 (or 0x1D18E0) is known color: Medium Blue. HEX triplet: 1D, 18 and E0. RGB value is (29,24,224). Sum of RGB (Red+Green+Blue) = 29+24+224=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #1D18E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D18E0 is #E2E71F. Grayscale: #2F2F2F. Windows color (decimal): -14870304 or 14686237. OLE color: 14686237.
HSL color Cylindrical-coordinate representation of color #1D18E0: hue angle of 241.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D18E0 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 24 | 224 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.12 |
| HSL | 241.5º | 0.81% | 0.49% | - |
| HSV(B) | 241.5º | 0.89% | 0.88% | - |
| XYZ | 14.29 | 6.3 | 70.98 | - |
| YUV | 48.3 | 227.16 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 224 | 0.87 | 0.89 | 0 | 0.12 | 241.5 | 0.81 | 0.49 |
| Hex | 1D | 18 | E0 | 57 | 59 | 0 | C | F2 | 51 | 31 |
| Octal | 35 | 30 | 340 | 127 | 131 | 0 | 14 | 362 | 121 | 61 |
| Binary | 11101 | 11000 | 11100000 | 1010111 | 1011001 | 0 | 1100 | 11110010 | 1010001 | 110001 |
Color Harmonies of #1D18E0
Complementary color
Monochromatic Colors of #1D18E0
Black with #1D18E0
Text Example
Text Example
White with #1D18E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D18E0; }
p { color: rgb(29,24,224); }
H1.HeaderClassName
{
color: #1D18E0;
}
.AnyTagClassName
{
color: #1D18E0;
}
</style>
background-color css
<style>
a { background-color: #1D18E0; }
a { background-color: rgb(29,24,224); }
div.DivClassName
{
background-color: #1D18E0;
}
.BgClassName
{
background-color: #1D18E0;
}
</style>
border-color css
<style>
span { border-color: #1D18E0; }
span { border-color: rgb(29,24,224); }
td.TdClassName
{
border-color: #1D18E0;
}
.TagClassName
{
border-color: #1D18E0;
}
</style>