Shades of Medium Blue #2D07DB
Tints of Medium Blue #2D07DB
RGB
CMYK
RGB Variations
Color information
#2D07DB (or 0x2D07DB) is known color: Medium Blue. HEX triplet: 2D, 07 and DB. RGB value is (45,7,219). Sum of RGB (Red+Green+Blue) = 45+7+219=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D07DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D07DB is #D2F824. Grayscale: #292929. Windows color (decimal): -13826085 or 14354221. OLE color: 14354221.
HSL color Cylindrical-coordinate representation of color #2D07DB: hue angle of 250.75º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D07DB is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 7 | 219 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.14 |
| HSL | 250.75º | 0.94% | 0.44% | - |
| HSV(B) | 250.75º | 0.97% | 0.86% | - |
| XYZ | 13.94 | 5.82 | 67.41 | - |
| YUV | 42.53 | 227.59 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 219 | 0.79 | 0.97 | 0 | 0.14 | 250.75 | 0.94 | 0.44 |
| Hex | 2D | 7 | DB | 4F | 61 | 0 | E | FB | 5E | 2C |
| Octal | 55 | 7 | 333 | 117 | 141 | 0 | 16 | 373 | 136 | 54 |
| Binary | 101101 | 111 | 11011011 | 1001111 | 1100001 | 0 | 1110 | 11111011 | 1011110 | 101100 |
Color Harmonies of #2D07DB
Complementary color
Monochromatic Colors of #2D07DB
Black with #2D07DB
Text Example
Text Example
White with #2D07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D07DB; }
p { color: rgb(45,7,219); }
H1.HeaderClassName
{
color: #2D07DB;
}
.AnyTagClassName
{
color: #2D07DB;
}
</style>
background-color css
<style>
a { background-color: #2D07DB; }
a { background-color: rgb(45,7,219); }
div.DivClassName
{
background-color: #2D07DB;
}
.BgClassName
{
background-color: #2D07DB;
}
</style>
border-color css
<style>
span { border-color: #2D07DB; }
span { border-color: rgb(45,7,219); }
td.TdClassName
{
border-color: #2D07DB;
}
.TagClassName
{
border-color: #2D07DB;
}
</style>