Shades of Medium Blue #2D0DCA
Tints of Medium Blue #2D0DCA
RGB
CMYK
RGB Variations
Color information
#2D0DCA (or 0x2D0DCA) is known color: Medium Blue. HEX triplet: 2D, 0D and CA. RGB value is (45,13,202). Sum of RGB (Red+Green+Blue) = 45+13+202=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 202 (79.30% from 255 or 77.69% from 260); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D0DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0DCA is #D2F235. Grayscale: #2B2B2B. Windows color (decimal): -13824566 or 13241645. OLE color: 13241645.
HSL color Cylindrical-coordinate representation of color #2D0DCA: hue angle of 250.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0DCA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 13 | 202 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.21 |
| HSL | 250.16º | 0.88% | 0.42% | - |
| HSV(B) | 250.16º | 0.94% | 0.79% | - |
| XYZ | 11.89 | 5.11 | 56.24 | - |
| YUV | 44.11 | 217.1 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 202 | 0.78 | 0.94 | 0 | 0.21 | 250.16 | 0.88 | 0.42 |
| Hex | 2D | D | CA | 4E | 5E | 0 | 15 | FA | 58 | 2A |
| Octal | 55 | 15 | 312 | 116 | 136 | 0 | 25 | 372 | 130 | 52 |
| Binary | 101101 | 1101 | 11001010 | 1001110 | 1011110 | 0 | 10101 | 11111010 | 1011000 | 101010 |
Color Harmonies of #2D0DCA
Complementary color
Monochromatic Colors of #2D0DCA
Black with #2D0DCA
Text Example
Text Example
White with #2D0DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0DCA; }
p { color: rgb(45,13,202); }
H1.HeaderClassName
{
color: #2D0DCA;
}
.AnyTagClassName
{
color: #2D0DCA;
}
</style>
background-color css
<style>
a { background-color: #2D0DCA; }
a { background-color: rgb(45,13,202); }
div.DivClassName
{
background-color: #2D0DCA;
}
.BgClassName
{
background-color: #2D0DCA;
}
</style>
border-color css
<style>
span { border-color: #2D0DCA; }
span { border-color: rgb(45,13,202); }
td.TdClassName
{
border-color: #2D0DCA;
}
.TagClassName
{
border-color: #2D0DCA;
}
</style>