Shades of Medium Blue #2D0FBD
Tints of Medium Blue #2D0FBD
RGB
CMYK
RGB Variations
Color information
#2D0FBD (or 0x2D0FBD) is known color: Medium Blue. HEX triplet: 2D, 0F and BD. RGB value is (45,15,189). Sum of RGB (Red+Green+Blue) = 45+15+189=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D0FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FBD is #D2F042. Grayscale: #2B2B2B. Windows color (decimal): -13824067 or 12390189. OLE color: 12390189.
HSL color Cylindrical-coordinate representation of color #2D0FBD: hue angle of 250.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0FBD is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 15 | 189 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.26 |
| HSL | 250.34º | 0.85% | 0.4% | - |
| HSV(B) | 250.34º | 0.92% | 0.74% | - |
| XYZ | 10.44 | 4.57 | 48.48 | - |
| YUV | 43.81 | 209.94 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 189 | 0.76 | 0.92 | 0 | 0.26 | 250.34 | 0.85 | 0.4 |
| Hex | 2D | F | BD | 4C | 5C | 0 | 1A | FA | 55 | 28 |
| Octal | 55 | 17 | 275 | 114 | 134 | 0 | 32 | 372 | 125 | 50 |
| Binary | 101101 | 1111 | 10111101 | 1001100 | 1011100 | 0 | 11010 | 11111010 | 1010101 | 101000 |
Color Harmonies of #2D0FBD
Complementary color
Monochromatic Colors of #2D0FBD
Black with #2D0FBD
Text Example
Text Example
White with #2D0FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FBD; }
p { color: rgb(45,15,189); }
H1.HeaderClassName
{
color: #2D0FBD;
}
.AnyTagClassName
{
color: #2D0FBD;
}
</style>
background-color css
<style>
a { background-color: #2D0FBD; }
a { background-color: rgb(45,15,189); }
div.DivClassName
{
background-color: #2D0FBD;
}
.BgClassName
{
background-color: #2D0FBD;
}
</style>
border-color css
<style>
span { border-color: #2D0FBD; }
span { border-color: rgb(45,15,189); }
td.TdClassName
{
border-color: #2D0FBD;
}
.TagClassName
{
border-color: #2D0FBD;
}
</style>