Shades of Medium Blue #1D02D3
Tints of Medium Blue #1D02D3
RGB
CMYK
RGB Variations
Color information
#1D02D3 (or 0x1D02D3) is known color: Medium Blue. HEX triplet: 1D, 02 and D3. RGB value is (29,2,211). Sum of RGB (Red+Green+Blue) = 29+2+211=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 211 (82.81% from 255 or 87.19% from 242); Max value from RGB is 211 - color contains mainly: blue. Hex color #1D02D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D02D3 is #E2FD2C. Grayscale: #212121. Windows color (decimal): -14875949 or 13828637. OLE color: 13828637.
HSL color Cylindrical-coordinate representation of color #1D02D3: hue angle of 247.75º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D02D3 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 2 | 211 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.17 |
| HSL | 247.75º | 0.98% | 0.42% | - |
| HSV(B) | 247.75º | 0.99% | 0.83% | - |
| XYZ | 12.29 | 5.01 | 61.95 | - |
| YUV | 33.9 | 227.95 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 211 | 0.86 | 0.99 | 0 | 0.17 | 247.75 | 0.98 | 0.42 |
| Hex | 1D | 2 | D3 | 56 | 63 | 0 | 11 | F8 | 62 | 2A |
| Octal | 35 | 2 | 323 | 126 | 143 | 0 | 21 | 370 | 142 | 52 |
| Binary | 11101 | 10 | 11010011 | 1010110 | 1100011 | 0 | 10001 | 11111000 | 1100010 | 101010 |
Color Harmonies of #1D02D3
Complementary color
Monochromatic Colors of #1D02D3
Black with #1D02D3
Text Example
Text Example
White with #1D02D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D02D3; }
p { color: rgb(29,2,211); }
H1.HeaderClassName
{
color: #1D02D3;
}
.AnyTagClassName
{
color: #1D02D3;
}
</style>
background-color css
<style>
a { background-color: #1D02D3; }
a { background-color: rgb(29,2,211); }
div.DivClassName
{
background-color: #1D02D3;
}
.BgClassName
{
background-color: #1D02D3;
}
</style>
border-color css
<style>
span { border-color: #1D02D3; }
span { border-color: rgb(29,2,211); }
td.TdClassName
{
border-color: #1D02D3;
}
.TagClassName
{
border-color: #1D02D3;
}
</style>