Shades of Medium Blue #2D10BD
Tints of Medium Blue #2D10BD
RGB
CMYK
RGB Variations
Color information
#2D10BD (or 0x2D10BD) is known color: Medium Blue. HEX triplet: 2D, 10 and BD. RGB value is (45,16,189). Sum of RGB (Red+Green+Blue) = 45+16+189=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D10BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D10BD is #D2EF42. Grayscale: #2B2B2B. Windows color (decimal): -13823811 or 12390445. OLE color: 12390445.
HSL color Cylindrical-coordinate representation of color #2D10BD: hue angle of 250.06º degrees, saturation: 0.84, 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 #2D10BD is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 16 | 189 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.26 |
| HSL | 250.06º | 0.84% | 0.4% | - |
| HSV(B) | 250.06º | 0.92% | 0.74% | - |
| XYZ | 10.45 | 4.6 | 48.48 | - |
| YUV | 44.39 | 209.61 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 189 | 0.76 | 0.92 | 0 | 0.26 | 250.06 | 0.84 | 0.4 |
| Hex | 2D | 10 | BD | 4C | 5C | 0 | 1A | FA | 54 | 28 |
| Octal | 55 | 20 | 275 | 114 | 134 | 0 | 32 | 372 | 124 | 50 |
| Binary | 101101 | 10000 | 10111101 | 1001100 | 1011100 | 0 | 11010 | 11111010 | 1010100 | 101000 |
Color Harmonies of #2D10BD
Complementary color
Monochromatic Colors of #2D10BD
Black with #2D10BD
Text Example
Text Example
White with #2D10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D10BD; }
p { color: rgb(45,16,189); }
H1.HeaderClassName
{
color: #2D10BD;
}
.AnyTagClassName
{
color: #2D10BD;
}
</style>
background-color css
<style>
a { background-color: #2D10BD; }
a { background-color: rgb(45,16,189); }
div.DivClassName
{
background-color: #2D10BD;
}
.BgClassName
{
background-color: #2D10BD;
}
</style>
border-color css
<style>
span { border-color: #2D10BD; }
span { border-color: rgb(45,16,189); }
td.TdClassName
{
border-color: #2D10BD;
}
.TagClassName
{
border-color: #2D10BD;
}
</style>