Shades of Medium Blue #2D00DD
Tints of Medium Blue #2D00DD
RGB
CMYK
RGB Variations
Color information
#2D00DD (or 0x2D00DD) is known color: Medium Blue. HEX triplet: 2D, 00 and DD. RGB value is (45,0,221). Sum of RGB (Red+Green+Blue) = 45+0+221=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D00DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D00DD is #D2FF22. Grayscale: #252525. Windows color (decimal): -13827875 or 14483501. OLE color: 14483501.
HSL color Cylindrical-coordinate representation of color #2D00DD: hue angle of 252.22º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00DD is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 0 | 221 | - |
| CMYK | 0.80 | 1 | 0 | 0.13 |
| HSL | 252.22º | 1% | 0.43% | - |
| HSV(B) | 252.22º | 1% | 0.87% | - |
| XYZ | 14.13 | 5.78 | 68.78 | - |
| YUV | 38.65 | 230.91 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 221 | 0.80 | 1 | 0 | 0.13 | 252.22 | 1 | 0.43 |
| Hex | 2D | 0 | DD | 50 | 64 | 0 | D | FC | 64 | 2B |
| Octal | 55 | 0 | 335 | 120 | 144 | 0 | 15 | 374 | 144 | 53 |
| Binary | 101101 | 0 | 11011101 | 1010000 | 1100100 | 0 | 1101 | 11111100 | 1100100 | 101011 |
Color Harmonies of #2D00DD
Complementary color
Monochromatic Colors of #2D00DD
Black with #2D00DD
Text Example
Text Example
White with #2D00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D00DD; }
p { color: rgb(45,0,221); }
H1.HeaderClassName
{
color: #2D00DD;
}
.AnyTagClassName
{
color: #2D00DD;
}
</style>
background-color css
<style>
a { background-color: #2D00DD; }
a { background-color: rgb(45,0,221); }
div.DivClassName
{
background-color: #2D00DD;
}
.BgClassName
{
background-color: #2D00DD;
}
</style>
border-color css
<style>
span { border-color: #2D00DD; }
span { border-color: rgb(45,0,221); }
td.TdClassName
{
border-color: #2D00DD;
}
.TagClassName
{
border-color: #2D00DD;
}
</style>