Shades of Medium Blue #2D05DC
Tints of Medium Blue #2D05DC
RGB
CMYK
RGB Variations
Color information
#2D05DC (or 0x2D05DC) is known color: Medium Blue. HEX triplet: 2D, 05 and DC. RGB value is (45,5,220). Sum of RGB (Red+Green+Blue) = 45+5+220=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D05DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D05DC is #D2FA23. Grayscale: #282828. Windows color (decimal): -13826596 or 14419245. OLE color: 14419245.
HSL color Cylindrical-coordinate representation of color #2D05DC: hue angle of 251.16º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D05DC is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 5 | 220 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.14 |
| HSL | 251.16º | 0.96% | 0.44% | - |
| HSV(B) | 251.16º | 0.98% | 0.86% | - |
| XYZ | 14.05 | 5.83 | 68.1 | - |
| YUV | 41.47 | 228.75 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 220 | 0.80 | 0.98 | 0 | 0.14 | 251.16 | 0.96 | 0.44 |
| Hex | 2D | 5 | DC | 50 | 62 | 0 | E | FB | 60 | 2C |
| Octal | 55 | 5 | 334 | 120 | 142 | 0 | 16 | 373 | 140 | 54 |
| Binary | 101101 | 101 | 11011100 | 1010000 | 1100010 | 0 | 1110 | 11111011 | 1100000 | 101100 |
Color Harmonies of #2D05DC
Complementary color
Monochromatic Colors of #2D05DC
Black with #2D05DC
Text Example
Text Example
White with #2D05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D05DC; }
p { color: rgb(45,5,220); }
H1.HeaderClassName
{
color: #2D05DC;
}
.AnyTagClassName
{
color: #2D05DC;
}
</style>
background-color css
<style>
a { background-color: #2D05DC; }
a { background-color: rgb(45,5,220); }
div.DivClassName
{
background-color: #2D05DC;
}
.BgClassName
{
background-color: #2D05DC;
}
</style>
border-color css
<style>
span { border-color: #2D05DC; }
span { border-color: rgb(45,5,220); }
td.TdClassName
{
border-color: #2D05DC;
}
.TagClassName
{
border-color: #2D05DC;
}
</style>