Shades of Medium Blue #2D10CE
Tints of Medium Blue #2D10CE
RGB
CMYK
RGB Variations
Color information
#2D10CE (or 0x2D10CE) is known color: Medium Blue. HEX triplet: 2D, 10 and CE. RGB value is (45,16,206). Sum of RGB (Red+Green+Blue) = 45+16+206=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D10CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D10CE is #D2EF31. Grayscale: #2D2D2D. Windows color (decimal): -13823794 or 13504557. OLE color: 13504557.
HSL color Cylindrical-coordinate representation of color #2D10CE: hue angle of 249.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D10CE is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 16 | 206 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.19 |
| HSL | 249.16º | 0.86% | 0.44% | - |
| HSV(B) | 249.16º | 0.92% | 0.81% | - |
| XYZ | 12.41 | 5.38 | 58.78 | - |
| YUV | 46.33 | 218.11 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 206 | 0.78 | 0.92 | 0 | 0.19 | 249.16 | 0.86 | 0.44 |
| Hex | 2D | 10 | CE | 4E | 5C | 0 | 13 | F9 | 56 | 2C |
| Octal | 55 | 20 | 316 | 116 | 134 | 0 | 23 | 371 | 126 | 54 |
| Binary | 101101 | 10000 | 11001110 | 1001110 | 1011100 | 0 | 10011 | 11111001 | 1010110 | 101100 |
Color Harmonies of #2D10CE
Complementary color
Monochromatic Colors of #2D10CE
Black with #2D10CE
Text Example
Text Example
White with #2D10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D10CE; }
p { color: rgb(45,16,206); }
H1.HeaderClassName
{
color: #2D10CE;
}
.AnyTagClassName
{
color: #2D10CE;
}
</style>
background-color css
<style>
a { background-color: #2D10CE; }
a { background-color: rgb(45,16,206); }
div.DivClassName
{
background-color: #2D10CE;
}
.BgClassName
{
background-color: #2D10CE;
}
</style>
border-color css
<style>
span { border-color: #2D10CE; }
span { border-color: rgb(45,16,206); }
td.TdClassName
{
border-color: #2D10CE;
}
.TagClassName
{
border-color: #2D10CE;
}
</style>