Shades of Medium Blue #1D03BD
Tints of Medium Blue #1D03BD
RGB
CMYK
RGB Variations
Color information
#1D03BD (or 0x1D03BD) is known color: Medium Blue. HEX triplet: 1D, 03 and BD. RGB value is (29,3,189). Sum of RGB (Red+Green+Blue) = 29+3+189=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 189 (74.22% from 255 or 85.52% from 221); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D03BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D03BD is #E2FC42. Grayscale: #1F1F1F. Windows color (decimal): -14875715 or 12387101. OLE color: 12387101.
HSL color Cylindrical-coordinate representation of color #1D03BD: hue angle of 248.39º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D03BD is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 3 | 189 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.26 |
| HSL | 248.39º | 0.97% | 0.38% | - |
| HSV(B) | 248.39º | 0.98% | 0.74% | - |
| XYZ | 9.72 | 4 | 48.4 | - |
| YUV | 31.98 | 216.61 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 189 | 0.85 | 0.98 | 0 | 0.26 | 248.39 | 0.97 | 0.38 |
| Hex | 1D | 3 | BD | 55 | 62 | 0 | 1A | F8 | 61 | 26 |
| Octal | 35 | 3 | 275 | 125 | 142 | 0 | 32 | 370 | 141 | 46 |
| Binary | 11101 | 11 | 10111101 | 1010101 | 1100010 | 0 | 11010 | 11111000 | 1100001 | 100110 |
Color Harmonies of #1D03BD
Complementary color
Monochromatic Colors of #1D03BD
Black with #1D03BD
Text Example
Text Example
White with #1D03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D03BD; }
p { color: rgb(29,3,189); }
H1.HeaderClassName
{
color: #1D03BD;
}
.AnyTagClassName
{
color: #1D03BD;
}
</style>
background-color css
<style>
a { background-color: #1D03BD; }
a { background-color: rgb(29,3,189); }
div.DivClassName
{
background-color: #1D03BD;
}
.BgClassName
{
background-color: #1D03BD;
}
</style>
border-color css
<style>
span { border-color: #1D03BD; }
span { border-color: rgb(29,3,189); }
td.TdClassName
{
border-color: #1D03BD;
}
.TagClassName
{
border-color: #1D03BD;
}
</style>