Shades of Medium Blue #1D07DE
Tints of Medium Blue #1D07DE
RGB
CMYK
RGB Variations
Color information
#1D07DE (or 0x1D07DE) is known color: Medium Blue. HEX triplet: 1D, 07 and DE. RGB value is (29,7,222). Sum of RGB (Red+Green+Blue) = 29+7+222=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 222 (87.11% from 255 or 86.05% from 258); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D07DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D07DE is #E2F821. Grayscale: #252525. Windows color (decimal): -14874658 or 14550813. OLE color: 14550813.
HSL color Cylindrical-coordinate representation of color #1D07DE: hue angle of 246.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D07DE is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 7 | 222 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.13 |
| HSL | 246.14º | 0.94% | 0.45% | - |
| HSV(B) | 246.14º | 0.97% | 0.87% | - |
| XYZ | 13.77 | 5.69 | 69.48 | - |
| YUV | 38.09 | 231.79 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 222 | 0.87 | 0.97 | 0 | 0.13 | 246.14 | 0.94 | 0.45 |
| Hex | 1D | 7 | DE | 57 | 61 | 0 | D | F6 | 5E | 2D |
| Octal | 35 | 7 | 336 | 127 | 141 | 0 | 15 | 366 | 136 | 55 |
| Binary | 11101 | 111 | 11011110 | 1010111 | 1100001 | 0 | 1101 | 11110110 | 1011110 | 101101 |
Color Harmonies of #1D07DE
Complementary color
Monochromatic Colors of #1D07DE
Black with #1D07DE
Text Example
Text Example
White with #1D07DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D07DE; }
p { color: rgb(29,7,222); }
H1.HeaderClassName
{
color: #1D07DE;
}
.AnyTagClassName
{
color: #1D07DE;
}
</style>
background-color css
<style>
a { background-color: #1D07DE; }
a { background-color: rgb(29,7,222); }
div.DivClassName
{
background-color: #1D07DE;
}
.BgClassName
{
background-color: #1D07DE;
}
</style>
border-color css
<style>
span { border-color: #1D07DE; }
span { border-color: rgb(29,7,222); }
td.TdClassName
{
border-color: #1D07DE;
}
.TagClassName
{
border-color: #1D07DE;
}
</style>