Shades of Medium Blue #1D07DB
Tints of Medium Blue #1D07DB
RGB
CMYK
RGB Variations
Color information
#1D07DB (or 0x1D07DB) is known color: Medium Blue. HEX triplet: 1D, 07 and DB. RGB value is (29,7,219). Sum of RGB (Red+Green+Blue) = 29+7+219=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D07DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D07DB is #E2F824. Grayscale: #242424. Windows color (decimal): -14874661 or 14354205. OLE color: 14354205.
HSL color Cylindrical-coordinate representation of color #1D07DB: hue angle of 246.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D07DB is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 7 | 219 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.14 |
| HSL | 246.23º | 0.94% | 0.44% | - |
| HSV(B) | 246.23º | 0.97% | 0.86% | - |
| XYZ | 13.37 | 5.53 | 67.38 | - |
| YUV | 37.75 | 230.29 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 219 | 0.87 | 0.97 | 0 | 0.14 | 246.23 | 0.94 | 0.44 |
| Hex | 1D | 7 | DB | 57 | 61 | 0 | E | F6 | 5E | 2C |
| Octal | 35 | 7 | 333 | 127 | 141 | 0 | 16 | 366 | 136 | 54 |
| Binary | 11101 | 111 | 11011011 | 1010111 | 1100001 | 0 | 1110 | 11110110 | 1011110 | 101100 |
Color Harmonies of #1D07DB
Complementary color
Monochromatic Colors of #1D07DB
Black with #1D07DB
Text Example
Text Example
White with #1D07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D07DB; }
p { color: rgb(29,7,219); }
H1.HeaderClassName
{
color: #1D07DB;
}
.AnyTagClassName
{
color: #1D07DB;
}
</style>
background-color css
<style>
a { background-color: #1D07DB; }
a { background-color: rgb(29,7,219); }
div.DivClassName
{
background-color: #1D07DB;
}
.BgClassName
{
background-color: #1D07DB;
}
</style>
border-color css
<style>
span { border-color: #1D07DB; }
span { border-color: rgb(29,7,219); }
td.TdClassName
{
border-color: #1D07DB;
}
.TagClassName
{
border-color: #1D07DB;
}
</style>