Shades of Medium Blue #2D0FD8
Tints of Medium Blue #2D0FD8
RGB
CMYK
RGB Variations
Color information
#2D0FD8 (or 0x2D0FD8) is known color: Medium Blue. HEX triplet: 2D, 0F and D8. RGB value is (45,15,216). Sum of RGB (Red+Green+Blue) = 45+15+216=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 216 (84.77% from 255 or 78.26% from 276); Max value from RGB is 216 - color contains mainly: blue. Hex color #2D0FD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FD8 is #D2F027. Grayscale: #2E2E2E. Windows color (decimal): -13824040 or 14159661. OLE color: 14159661.
HSL color Cylindrical-coordinate representation of color #2D0FD8: hue angle of 248.96º 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 #2D0FD8 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 15 | 216 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.15 |
| HSL | 248.96º | 0.87% | 0.45% | - |
| HSV(B) | 248.96º | 0.93% | 0.85% | - |
| XYZ | 13.65 | 5.86 | 65.38 | - |
| YUV | 46.88 | 223.44 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 216 | 0.79 | 0.93 | 0 | 0.15 | 248.96 | 0.87 | 0.45 |
| Hex | 2D | F | D8 | 4F | 5D | 0 | F | F9 | 57 | 2D |
| Octal | 55 | 17 | 330 | 117 | 135 | 0 | 17 | 371 | 127 | 55 |
| Binary | 101101 | 1111 | 11011000 | 1001111 | 1011101 | 0 | 1111 | 11111001 | 1010111 | 101101 |
Color Harmonies of #2D0FD8
Complementary color
Monochromatic Colors of #2D0FD8
Black with #2D0FD8
Text Example
Text Example
White with #2D0FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FD8; }
p { color: rgb(45,15,216); }
H1.HeaderClassName
{
color: #2D0FD8;
}
.AnyTagClassName
{
color: #2D0FD8;
}
</style>
background-color css
<style>
a { background-color: #2D0FD8; }
a { background-color: rgb(45,15,216); }
div.DivClassName
{
background-color: #2D0FD8;
}
.BgClassName
{
background-color: #2D0FD8;
}
</style>
border-color css
<style>
span { border-color: #2D0FD8; }
span { border-color: rgb(45,15,216); }
td.TdClassName
{
border-color: #2D0FD8;
}
.TagClassName
{
border-color: #2D0FD8;
}
</style>