Shades of Blue #1D07EC
Tints of Blue #1D07EC
RGB
CMYK
RGB Variations
Color information
#1D07EC (or 0x1D07EC) is known color: Blue. HEX triplet: 1D, 07 and EC. RGB value is (29,7,236). Sum of RGB (Red+Green+Blue) = 29+7+236=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 236 (92.58% from 255 or 86.76% from 272); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D07EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D07EC is #E2F813. Grayscale: #262626. Windows color (decimal): -14874644 or 15468317. OLE color: 15468317.
HSL color Cylindrical-coordinate representation of color #1D07EC: hue angle of 245.76º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D07EC is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 7 | 236 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.07 |
| HSL | 245.76º | 0.94% | 0.48% | - |
| HSV(B) | 245.76º | 0.97% | 0.93% | - |
| XYZ | 15.72 | 6.47 | 79.78 | - |
| YUV | 39.68 | 238.79 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 236 | 0.88 | 0.97 | 0 | 0.07 | 245.76 | 0.94 | 0.48 |
| Hex | 1D | 7 | EC | 58 | 61 | 0 | 7 | F6 | 5E | 30 |
| Octal | 35 | 7 | 354 | 130 | 141 | 0 | 7 | 366 | 136 | 60 |
| Binary | 11101 | 111 | 11101100 | 1011000 | 1100001 | 0 | 111 | 11110110 | 1011110 | 110000 |
Color Harmonies of #1D07EC
Complementary color
Monochromatic Colors of #1D07EC
Black with #1D07EC
Text Example
Text Example
White with #1D07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D07EC; }
p { color: rgb(29,7,236); }
H1.HeaderClassName
{
color: #1D07EC;
}
.AnyTagClassName
{
color: #1D07EC;
}
</style>
background-color css
<style>
a { background-color: #1D07EC; }
a { background-color: rgb(29,7,236); }
div.DivClassName
{
background-color: #1D07EC;
}
.BgClassName
{
background-color: #1D07EC;
}
</style>
border-color css
<style>
span { border-color: #1D07EC; }
span { border-color: rgb(29,7,236); }
td.TdClassName
{
border-color: #1D07EC;
}
.TagClassName
{
border-color: #1D07EC;
}
</style>