Shades of Medium Blue #2D04BD
Tints of Medium Blue #2D04BD
RGB
CMYK
RGB Variations
Color information
#2D04BD (or 0x2D04BD) is known color: Medium Blue. HEX triplet: 2D, 04 and BD. RGB value is (45,4,189). Sum of RGB (Red+Green+Blue) = 45+4+189=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D04BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D04BD is #D2FB42. Grayscale: #242424. Windows color (decimal): -13826883 or 12387373. OLE color: 12387373.
HSL color Cylindrical-coordinate representation of color #2D04BD: hue angle of 253.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D04BD is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 4 | 189 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.26 |
| HSL | 253.3º | 0.96% | 0.38% | - |
| HSV(B) | 253.3º | 0.98% | 0.74% | - |
| XYZ | 10.31 | 4.32 | 48.43 | - |
| YUV | 37.35 | 213.58 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 189 | 0.76 | 0.98 | 0 | 0.26 | 253.3 | 0.96 | 0.38 |
| Hex | 2D | 4 | BD | 4C | 62 | 0 | 1A | FD | 60 | 26 |
| Octal | 55 | 4 | 275 | 114 | 142 | 0 | 32 | 375 | 140 | 46 |
| Binary | 101101 | 100 | 10111101 | 1001100 | 1100010 | 0 | 11010 | 11111101 | 1100000 | 100110 |
Color Harmonies of #2D04BD
Complementary color
Monochromatic Colors of #2D04BD
Black with #2D04BD
Text Example
Text Example
White with #2D04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D04BD; }
p { color: rgb(45,4,189); }
H1.HeaderClassName
{
color: #2D04BD;
}
.AnyTagClassName
{
color: #2D04BD;
}
</style>
background-color css
<style>
a { background-color: #2D04BD; }
a { background-color: rgb(45,4,189); }
div.DivClassName
{
background-color: #2D04BD;
}
.BgClassName
{
background-color: #2D04BD;
}
</style>
border-color css
<style>
span { border-color: #2D04BD; }
span { border-color: rgb(45,4,189); }
td.TdClassName
{
border-color: #2D04BD;
}
.TagClassName
{
border-color: #2D04BD;
}
</style>