Shades of Medium Blue #1D1AD7
Tints of Medium Blue #1D1AD7
RGB
CMYK
RGB Variations
Color information
#1D1AD7 (or 0x1D1AD7) is known color: Medium Blue. HEX triplet: 1D, 1A and D7. RGB value is (29,26,215). Sum of RGB (Red+Green+Blue) = 29+26+215=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 215 (84.38% from 255 or 79.63% from 270); Max value from RGB is 215 - color contains mainly: blue. Hex color #1D1AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1AD7 is #E2E528. Grayscale: #2F2F2F. Windows color (decimal): -14869801 or 14096925. OLE color: 14096925.
HSL color Cylindrical-coordinate representation of color #1D1AD7: hue angle of 240.95º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1AD7 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 26 | 215 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.16 |
| HSL | 240.95º | 0.78% | 0.47% | - |
| HSV(B) | 240.95º | 0.88% | 0.84% | - |
| XYZ | 13.14 | 5.91 | 64.74 | - |
| YUV | 48.44 | 221.99 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 215 | 0.87 | 0.88 | 0 | 0.16 | 240.95 | 0.78 | 0.47 |
| Hex | 1D | 1A | D7 | 57 | 58 | 0 | 10 | F1 | 4E | 2F |
| Octal | 35 | 32 | 327 | 127 | 130 | 0 | 20 | 361 | 116 | 57 |
| Binary | 11101 | 11010 | 11010111 | 1010111 | 1011000 | 0 | 10000 | 11110001 | 1001110 | 101111 |
Color Harmonies of #1D1AD7
Complementary color
Monochromatic Colors of #1D1AD7
Black with #1D1AD7
Text Example
Text Example
White with #1D1AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1AD7; }
p { color: rgb(29,26,215); }
H1.HeaderClassName
{
color: #1D1AD7;
}
.AnyTagClassName
{
color: #1D1AD7;
}
</style>
background-color css
<style>
a { background-color: #1D1AD7; }
a { background-color: rgb(29,26,215); }
div.DivClassName
{
background-color: #1D1AD7;
}
.BgClassName
{
background-color: #1D1AD7;
}
</style>
border-color css
<style>
span { border-color: #1D1AD7; }
span { border-color: rgb(29,26,215); }
td.TdClassName
{
border-color: #1D1AD7;
}
.TagClassName
{
border-color: #1D1AD7;
}
</style>