Shades of Medium Blue #2D08DB
Tints of Medium Blue #2D08DB
RGB
CMYK
RGB Variations
Color information
#2D08DB (or 0x2D08DB) is known color: Medium Blue. HEX triplet: 2D, 08 and DB. RGB value is (45,8,219). Sum of RGB (Red+Green+Blue) = 45+8+219=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D08DB is #D2F724. Grayscale: #2A2A2A. Windows color (decimal): -13825829 or 14354477. OLE color: 14354477.
HSL color Cylindrical-coordinate representation of color #2D08DB: hue angle of 250.52º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D08DB is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 8 | 219 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.14 |
| HSL | 250.52º | 0.93% | 0.45% | - |
| HSV(B) | 250.52º | 0.96% | 0.86% | - |
| XYZ | 13.96 | 5.85 | 67.41 | - |
| YUV | 43.12 | 227.26 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 219 | 0.79 | 0.96 | 0 | 0.14 | 250.52 | 0.93 | 0.45 |
| Hex | 2D | 8 | DB | 4F | 60 | 0 | E | FB | 5D | 2D |
| Octal | 55 | 10 | 333 | 117 | 140 | 0 | 16 | 373 | 135 | 55 |
| Binary | 101101 | 1000 | 11011011 | 1001111 | 1100000 | 0 | 1110 | 11111011 | 1011101 | 101101 |
Color Harmonies of #2D08DB
Complementary color
Monochromatic Colors of #2D08DB
Black with #2D08DB
Text Example
Text Example
White with #2D08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D08DB; }
p { color: rgb(45,8,219); }
H1.HeaderClassName
{
color: #2D08DB;
}
.AnyTagClassName
{
color: #2D08DB;
}
</style>
background-color css
<style>
a { background-color: #2D08DB; }
a { background-color: rgb(45,8,219); }
div.DivClassName
{
background-color: #2D08DB;
}
.BgClassName
{
background-color: #2D08DB;
}
</style>
border-color css
<style>
span { border-color: #2D08DB; }
span { border-color: rgb(45,8,219); }
td.TdClassName
{
border-color: #2D08DB;
}
.TagClassName
{
border-color: #2D08DB;
}
</style>