Shades of Medium Blue #2D07DC
Tints of Medium Blue #2D07DC
RGB
CMYK
RGB Variations
Color information
#2D07DC (or 0x2D07DC) is known color: Medium Blue. HEX triplet: 2D, 07 and DC. RGB value is (45,7,220). Sum of RGB (Red+Green+Blue) = 45+7+220=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D07DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D07DC is #D2F823. Grayscale: #292929. Windows color (decimal): -13826084 or 14419757. OLE color: 14419757.
HSL color Cylindrical-coordinate representation of color #2D07DC: hue angle of 250.7º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D07DC is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 7 | 220 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.14 |
| HSL | 250.7º | 0.94% | 0.45% | - |
| HSV(B) | 250.7º | 0.97% | 0.86% | - |
| XYZ | 14.08 | 5.88 | 68.1 | - |
| YUV | 42.64 | 228.09 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 220 | 0.80 | 0.97 | 0 | 0.14 | 250.7 | 0.94 | 0.45 |
| Hex | 2D | 7 | DC | 50 | 61 | 0 | E | FB | 5E | 2D |
| Octal | 55 | 7 | 334 | 120 | 141 | 0 | 16 | 373 | 136 | 55 |
| Binary | 101101 | 111 | 11011100 | 1010000 | 1100001 | 0 | 1110 | 11111011 | 1011110 | 101101 |
Color Harmonies of #2D07DC
Complementary color
Monochromatic Colors of #2D07DC
Black with #2D07DC
Text Example
Text Example
White with #2D07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D07DC; }
p { color: rgb(45,7,220); }
H1.HeaderClassName
{
color: #2D07DC;
}
.AnyTagClassName
{
color: #2D07DC;
}
</style>
background-color css
<style>
a { background-color: #2D07DC; }
a { background-color: rgb(45,7,220); }
div.DivClassName
{
background-color: #2D07DC;
}
.BgClassName
{
background-color: #2D07DC;
}
</style>
border-color css
<style>
span { border-color: #2D07DC; }
span { border-color: rgb(45,7,220); }
td.TdClassName
{
border-color: #2D07DC;
}
.TagClassName
{
border-color: #2D07DC;
}
</style>