Shades of Medium Blue #2D0DC9
Tints of Medium Blue #2D0DC9
RGB
CMYK
RGB Variations
Color information
#2D0DC9 (or 0x2D0DC9) is known color: Medium Blue. HEX triplet: 2D, 0D and C9. RGB value is (45,13,201). Sum of RGB (Red+Green+Blue) = 45+13+201=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 201 (78.91% from 255 or 77.61% from 259); Max value from RGB is 201 - color contains mainly: blue. Hex color #2D0DC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0DC9 is #D2F236. Grayscale: #2B2B2B. Windows color (decimal): -13824567 or 13176109. OLE color: 13176109.
HSL color Cylindrical-coordinate representation of color #2D0DC9: hue angle of 250.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0DC9 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 13 | 201 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.21 |
| HSL | 250.21º | 0.88% | 0.42% | - |
| HSV(B) | 250.21º | 0.94% | 0.79% | - |
| XYZ | 11.77 | 5.06 | 55.62 | - |
| YUV | 44 | 216.6 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 201 | 0.78 | 0.94 | 0 | 0.21 | 250.21 | 0.88 | 0.42 |
| Hex | 2D | D | C9 | 4E | 5E | 0 | 15 | FA | 58 | 2A |
| Octal | 55 | 15 | 311 | 116 | 136 | 0 | 25 | 372 | 130 | 52 |
| Binary | 101101 | 1101 | 11001001 | 1001110 | 1011110 | 0 | 10101 | 11111010 | 1011000 | 101010 |
Color Harmonies of #2D0DC9
Complementary color
Monochromatic Colors of #2D0DC9
Black with #2D0DC9
Text Example
Text Example
White with #2D0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0DC9; }
p { color: rgb(45,13,201); }
H1.HeaderClassName
{
color: #2D0DC9;
}
.AnyTagClassName
{
color: #2D0DC9;
}
</style>
background-color css
<style>
a { background-color: #2D0DC9; }
a { background-color: rgb(45,13,201); }
div.DivClassName
{
background-color: #2D0DC9;
}
.BgClassName
{
background-color: #2D0DC9;
}
</style>
border-color css
<style>
span { border-color: #2D0DC9; }
span { border-color: rgb(45,13,201); }
td.TdClassName
{
border-color: #2D0DC9;
}
.TagClassName
{
border-color: #2D0DC9;
}
</style>