Shades of Medium Blue #2D11CE
Tints of Medium Blue #2D11CE
RGB
CMYK
RGB Variations
Color information
#2D11CE (or 0x2D11CE) is known color: Medium Blue. HEX triplet: 2D, 11 and CE. RGB value is (45,17,206). Sum of RGB (Red+Green+Blue) = 45+17+206=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D11CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D11CE is #D2EE31. Grayscale: #2E2E2E. Windows color (decimal): -13823538 or 13504813. OLE color: 13504813.
HSL color Cylindrical-coordinate representation of color #2D11CE: hue angle of 248.89º degrees, saturation: 0.85, 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 #2D11CE is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 17 | 206 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.19 |
| HSL | 248.89º | 0.85% | 0.44% | - |
| HSV(B) | 248.89º | 0.92% | 0.81% | - |
| XYZ | 12.42 | 5.42 | 58.78 | - |
| YUV | 46.92 | 217.78 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 206 | 0.78 | 0.92 | 0 | 0.19 | 248.89 | 0.85 | 0.44 |
| Hex | 2D | 11 | CE | 4E | 5C | 0 | 13 | F9 | 55 | 2C |
| Octal | 55 | 21 | 316 | 116 | 134 | 0 | 23 | 371 | 125 | 54 |
| Binary | 101101 | 10001 | 11001110 | 1001110 | 1011100 | 0 | 10011 | 11111001 | 1010101 | 101100 |
Color Harmonies of #2D11CE
Complementary color
Monochromatic Colors of #2D11CE
Black with #2D11CE
Text Example
Text Example
White with #2D11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D11CE; }
p { color: rgb(45,17,206); }
H1.HeaderClassName
{
color: #2D11CE;
}
.AnyTagClassName
{
color: #2D11CE;
}
</style>
background-color css
<style>
a { background-color: #2D11CE; }
a { background-color: rgb(45,17,206); }
div.DivClassName
{
background-color: #2D11CE;
}
.BgClassName
{
background-color: #2D11CE;
}
</style>
border-color css
<style>
span { border-color: #2D11CE; }
span { border-color: rgb(45,17,206); }
td.TdClassName
{
border-color: #2D11CE;
}
.TagClassName
{
border-color: #2D11CE;
}
</style>