Shades of Medium Blue #2D07BC
Tints of Medium Blue #2D07BC
RGB
CMYK
RGB Variations
Color information
#2D07BC (or 0x2D07BC) is known color: Medium Blue. HEX triplet: 2D, 07 and BC. RGB value is (45,7,188). Sum of RGB (Red+Green+Blue) = 45+7+188=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D07BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D07BC is #D2F843. Grayscale: #262626. Windows color (decimal): -13826116 or 12322605. OLE color: 12322605.
HSL color Cylindrical-coordinate representation of color #2D07BC: hue angle of 252.6º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D07BC is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 7 | 188 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.26 |
| HSL | 252.6º | 0.93% | 0.38% | - |
| HSV(B) | 252.6º | 0.96% | 0.74% | - |
| XYZ | 10.24 | 4.34 | 47.88 | - |
| YUV | 39 | 212.09 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 188 | 0.76 | 0.96 | 0 | 0.26 | 252.6 | 0.93 | 0.38 |
| Hex | 2D | 7 | BC | 4C | 60 | 0 | 1A | FD | 5D | 26 |
| Octal | 55 | 7 | 274 | 114 | 140 | 0 | 32 | 375 | 135 | 46 |
| Binary | 101101 | 111 | 10111100 | 1001100 | 1100000 | 0 | 11010 | 11111101 | 1011101 | 100110 |
Color Harmonies of #2D07BC
Complementary color
Monochromatic Colors of #2D07BC
Black with #2D07BC
Text Example
Text Example
White with #2D07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D07BC; }
p { color: rgb(45,7,188); }
H1.HeaderClassName
{
color: #2D07BC;
}
.AnyTagClassName
{
color: #2D07BC;
}
</style>
background-color css
<style>
a { background-color: #2D07BC; }
a { background-color: rgb(45,7,188); }
div.DivClassName
{
background-color: #2D07BC;
}
.BgClassName
{
background-color: #2D07BC;
}
</style>
border-color css
<style>
span { border-color: #2D07BC; }
span { border-color: rgb(45,7,188); }
td.TdClassName
{
border-color: #2D07BC;
}
.TagClassName
{
border-color: #2D07BC;
}
</style>