Shades of Medium Blue #1D01E0
Tints of Medium Blue #1D01E0
RGB
CMYK
RGB Variations
Color information
#1D01E0 (or 0x1D01E0) is known color: Medium Blue. HEX triplet: 1D, 01 and E0. RGB value is (29,1,224). Sum of RGB (Red+Green+Blue) = 29+1+224=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 224 (87.89% from 255 or 88.19% from 254); Max value from RGB is 224 - color contains mainly: blue. Hex color #1D01E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D01E0 is #E2FE1F. Grayscale: #212121. Windows color (decimal): -14876192 or 14680349. OLE color: 14680349.
HSL color Cylindrical-coordinate representation of color #1D01E0: hue angle of 247.53º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D01E0 is Cyan = 0.87, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 1 | 224 | - |
| CMYK | 0.87 | 1.00 | 0 | 0.12 |
| HSL | 247.53º | 0.99% | 0.44% | - |
| HSV(B) | 247.53º | 1% | 0.88% | - |
| XYZ | 13.97 | 5.66 | 70.88 | - |
| YUV | 34.79 | 234.78 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 224 | 0.87 | 1.00 | 0 | 0.12 | 247.53 | 0.99 | 0.44 |
| Hex | 1D | 1 | E0 | 57 | 64 | 0 | C | F8 | 63 | 2C |
| Octal | 35 | 1 | 340 | 127 | 144 | 0 | 14 | 370 | 143 | 54 |
| Binary | 11101 | 1 | 11100000 | 1010111 | 1100100 | 0 | 1100 | 11111000 | 1100011 | 101100 |
Color Harmonies of #1D01E0
Complementary color
Monochromatic Colors of #1D01E0
Black with #1D01E0
Text Example
Text Example
White with #1D01E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D01E0; }
p { color: rgb(29,1,224); }
H1.HeaderClassName
{
color: #1D01E0;
}
.AnyTagClassName
{
color: #1D01E0;
}
</style>
background-color css
<style>
a { background-color: #1D01E0; }
a { background-color: rgb(29,1,224); }
div.DivClassName
{
background-color: #1D01E0;
}
.BgClassName
{
background-color: #1D01E0;
}
</style>
border-color css
<style>
span { border-color: #1D01E0; }
span { border-color: rgb(29,1,224); }
td.TdClassName
{
border-color: #1D01E0;
}
.TagClassName
{
border-color: #1D01E0;
}
</style>