Shades of Medium Blue #1D14D7
Tints of Medium Blue #1D14D7
RGB
CMYK
RGB Variations
Color information
#1D14D7 (or 0x1D14D7) is known color: Medium Blue. HEX triplet: 1D, 14 and D7. RGB value is (29,20,215). Sum of RGB (Red+Green+Blue) = 29+20+215=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 215 (84.38% from 255 or 81.44% from 264); Max value from RGB is 215 - color contains mainly: blue. Hex color #1D14D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D14D7 is #E2EB28. Grayscale: #2C2C2C. Windows color (decimal): -14871337 or 14095389. OLE color: 14095389.
HSL color Cylindrical-coordinate representation of color #1D14D7: hue angle of 242.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D14D7 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 20 | 215 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.16 |
| HSL | 242.77º | 0.83% | 0.46% | - |
| HSV(B) | 242.77º | 0.91% | 0.84% | - |
| XYZ | 13.02 | 5.67 | 64.7 | - |
| YUV | 44.92 | 223.98 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 215 | 0.87 | 0.91 | 0 | 0.16 | 242.77 | 0.83 | 0.46 |
| Hex | 1D | 14 | D7 | 57 | 5B | 0 | 10 | F3 | 53 | 2E |
| Octal | 35 | 24 | 327 | 127 | 133 | 0 | 20 | 363 | 123 | 56 |
| Binary | 11101 | 10100 | 11010111 | 1010111 | 1011011 | 0 | 10000 | 11110011 | 1010011 | 101110 |
Color Harmonies of #1D14D7
Complementary color
Monochromatic Colors of #1D14D7
Black with #1D14D7
Text Example
Text Example
White with #1D14D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D14D7; }
p { color: rgb(29,20,215); }
H1.HeaderClassName
{
color: #1D14D7;
}
.AnyTagClassName
{
color: #1D14D7;
}
</style>
background-color css
<style>
a { background-color: #1D14D7; }
a { background-color: rgb(29,20,215); }
div.DivClassName
{
background-color: #1D14D7;
}
.BgClassName
{
background-color: #1D14D7;
}
</style>
border-color css
<style>
span { border-color: #1D14D7; }
span { border-color: rgb(29,20,215); }
td.TdClassName
{
border-color: #1D14D7;
}
.TagClassName
{
border-color: #1D14D7;
}
</style>