Shades of Medium Blue #2D06DC
Tints of Medium Blue #2D06DC
RGB
CMYK
RGB Variations
Color information
#2D06DC (or 0x2D06DC) is known color: Medium Blue. HEX triplet: 2D, 06 and DC. RGB value is (45,6,220). Sum of RGB (Red+Green+Blue) = 45+6+220=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D06DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D06DC is #D2F923. Grayscale: #292929. Windows color (decimal): -13826340 or 14419501. OLE color: 14419501.
HSL color Cylindrical-coordinate representation of color #2D06DC: hue angle of 250.93º degrees, saturation: 0.95, 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 #2D06DC is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 6 | 220 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.14 |
| HSL | 250.93º | 0.95% | 0.44% | - |
| HSV(B) | 250.93º | 0.97% | 0.86% | - |
| XYZ | 14.07 | 5.86 | 68.1 | - |
| YUV | 42.06 | 228.42 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 220 | 0.80 | 0.97 | 0 | 0.14 | 250.93 | 0.95 | 0.44 |
| Hex | 2D | 6 | DC | 50 | 61 | 0 | E | FB | 5F | 2C |
| Octal | 55 | 6 | 334 | 120 | 141 | 0 | 16 | 373 | 137 | 54 |
| Binary | 101101 | 110 | 11011100 | 1010000 | 1100001 | 0 | 1110 | 11111011 | 1011111 | 101100 |
Color Harmonies of #2D06DC
Complementary color
Monochromatic Colors of #2D06DC
Black with #2D06DC
Text Example
Text Example
White with #2D06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D06DC; }
p { color: rgb(45,6,220); }
H1.HeaderClassName
{
color: #2D06DC;
}
.AnyTagClassName
{
color: #2D06DC;
}
</style>
background-color css
<style>
a { background-color: #2D06DC; }
a { background-color: rgb(45,6,220); }
div.DivClassName
{
background-color: #2D06DC;
}
.BgClassName
{
background-color: #2D06DC;
}
</style>
border-color css
<style>
span { border-color: #2D06DC; }
span { border-color: rgb(45,6,220); }
td.TdClassName
{
border-color: #2D06DC;
}
.TagClassName
{
border-color: #2D06DC;
}
</style>