Shades of Medium Blue #2D0FD9
Tints of Medium Blue #2D0FD9
RGB
CMYK
RGB Variations
Color information
#2D0FD9 (or 0x2D0FD9) is known color: Medium Blue. HEX triplet: 2D, 0F and D9. RGB value is (45,15,217). Sum of RGB (Red+Green+Blue) = 45+15+217=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 217 (85.16% from 255 or 78.34% from 277); Max value from RGB is 217 - color contains mainly: blue. Hex color #2D0FD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FD9 is #D2F026. Grayscale: #2E2E2E. Windows color (decimal): -13824039 or 14225197. OLE color: 14225197.
HSL color Cylindrical-coordinate representation of color #2D0FD9: hue angle of 248.91º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0FD9 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 15 | 217 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.15 |
| HSL | 248.91º | 0.87% | 0.45% | - |
| HSV(B) | 248.91º | 0.93% | 0.85% | - |
| XYZ | 13.78 | 5.91 | 66.06 | - |
| YUV | 47 | 223.94 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 217 | 0.79 | 0.93 | 0 | 0.15 | 248.91 | 0.87 | 0.45 |
| Hex | 2D | F | D9 | 4F | 5D | 0 | F | F9 | 57 | 2D |
| Octal | 55 | 17 | 331 | 117 | 135 | 0 | 17 | 371 | 127 | 55 |
| Binary | 101101 | 1111 | 11011001 | 1001111 | 1011101 | 0 | 1111 | 11111001 | 1010111 | 101101 |
Color Harmonies of #2D0FD9
Complementary color
Monochromatic Colors of #2D0FD9
Black with #2D0FD9
Text Example
Text Example
White with #2D0FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FD9; }
p { color: rgb(45,15,217); }
H1.HeaderClassName
{
color: #2D0FD9;
}
.AnyTagClassName
{
color: #2D0FD9;
}
</style>
background-color css
<style>
a { background-color: #2D0FD9; }
a { background-color: rgb(45,15,217); }
div.DivClassName
{
background-color: #2D0FD9;
}
.BgClassName
{
background-color: #2D0FD9;
}
</style>
border-color css
<style>
span { border-color: #2D0FD9; }
span { border-color: rgb(45,15,217); }
td.TdClassName
{
border-color: #2D0FD9;
}
.TagClassName
{
border-color: #2D0FD9;
}
</style>