Shades of Medium Blue #2D02CD
Tints of Medium Blue #2D02CD
RGB
CMYK
RGB Variations
Color information
#2D02CD (or 0x2D02CD) is known color: Medium Blue. HEX triplet: 2D, 02 and CD. RGB value is (45,2,205). Sum of RGB (Red+Green+Blue) = 45+2+205=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D02CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D02CD is #D2FD32. Grayscale: #252525. Windows color (decimal): -13827379 or 13435437. OLE color: 13435437.
HSL color Cylindrical-coordinate representation of color #2D02CD: hue angle of 252.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D02CD is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 2 | 205 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.20 |
| HSL | 252.71º | 0.98% | 0.41% | - |
| HSV(B) | 252.71º | 0.99% | 0.8% | - |
| XYZ | 12.12 | 5.01 | 58.09 | - |
| YUV | 38 | 222.25 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 205 | 0.78 | 0.99 | 0 | 0.20 | 252.71 | 0.98 | 0.41 |
| Hex | 2D | 2 | CD | 4E | 63 | 0 | 14 | FD | 62 | 29 |
| Octal | 55 | 2 | 315 | 116 | 143 | 0 | 24 | 375 | 142 | 51 |
| Binary | 101101 | 10 | 11001101 | 1001110 | 1100011 | 0 | 10100 | 11111101 | 1100010 | 101001 |
Color Harmonies of #2D02CD
Complementary color
Monochromatic Colors of #2D02CD
Black with #2D02CD
Text Example
Text Example
White with #2D02CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D02CD; }
p { color: rgb(45,2,205); }
H1.HeaderClassName
{
color: #2D02CD;
}
.AnyTagClassName
{
color: #2D02CD;
}
</style>
background-color css
<style>
a { background-color: #2D02CD; }
a { background-color: rgb(45,2,205); }
div.DivClassName
{
background-color: #2D02CD;
}
.BgClassName
{
background-color: #2D02CD;
}
</style>
border-color css
<style>
span { border-color: #2D02CD; }
span { border-color: rgb(45,2,205); }
td.TdClassName
{
border-color: #2D02CD;
}
.TagClassName
{
border-color: #2D02CD;
}
</style>