Shades of Medium Blue #2D0FBC
Tints of Medium Blue #2D0FBC
RGB
CMYK
RGB Variations
Color information
#2D0FBC (or 0x2D0FBC) is known color: Medium Blue. HEX triplet: 2D, 0F and BC. RGB value is (45,15,188). Sum of RGB (Red+Green+Blue) = 45+15+188=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D0FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FBC is #D2F043. Grayscale: #2B2B2B. Windows color (decimal): -13824068 or 12324653. OLE color: 12324653.
HSL color Cylindrical-coordinate representation of color #2D0FBC: hue angle of 250.4º 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 #2D0FBC is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 15 | 188 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.26 |
| HSL | 250.4º | 0.85% | 0.4% | - |
| HSV(B) | 250.4º | 0.92% | 0.74% | - |
| XYZ | 10.33 | 4.53 | 47.91 | - |
| YUV | 43.69 | 209.44 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 188 | 0.76 | 0.92 | 0 | 0.26 | 250.4 | 0.85 | 0.4 |
| Hex | 2D | F | BC | 4C | 5C | 0 | 1A | FA | 55 | 28 |
| Octal | 55 | 17 | 274 | 114 | 134 | 0 | 32 | 372 | 125 | 50 |
| Binary | 101101 | 1111 | 10111100 | 1001100 | 1011100 | 0 | 11010 | 11111010 | 1010101 | 101000 |
Color Harmonies of #2D0FBC
Complementary color
Monochromatic Colors of #2D0FBC
Black with #2D0FBC
Text Example
Text Example
White with #2D0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FBC; }
p { color: rgb(45,15,188); }
H1.HeaderClassName
{
color: #2D0FBC;
}
.AnyTagClassName
{
color: #2D0FBC;
}
</style>
background-color css
<style>
a { background-color: #2D0FBC; }
a { background-color: rgb(45,15,188); }
div.DivClassName
{
background-color: #2D0FBC;
}
.BgClassName
{
background-color: #2D0FBC;
}
</style>
border-color css
<style>
span { border-color: #2D0FBC; }
span { border-color: rgb(45,15,188); }
td.TdClassName
{
border-color: #2D0FBC;
}
.TagClassName
{
border-color: #2D0FBC;
}
</style>