Shades of Medium Blue #2D01CE
Tints of Medium Blue #2D01CE
RGB
CMYK
RGB Variations
Color information
#2D01CE (or 0x2D01CE) is known color: Medium Blue. HEX triplet: 2D, 01 and CE. RGB value is (45,1,206). Sum of RGB (Red+Green+Blue) = 45+1+206=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D01CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D01CE is #D2FE31. Grayscale: #242424. Windows color (decimal): -13827634 or 13500717. OLE color: 13500717.
HSL color Cylindrical-coordinate representation of color #2D01CE: hue angle of 252.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D01CE is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 1 | 206 | - |
| CMYK | 0.78 | 1.00 | 0 | 0.19 |
| HSL | 252.88º | 0.99% | 0.41% | - |
| HSV(B) | 252.88º | 1% | 0.81% | - |
| XYZ | 12.23 | 5.04 | 58.72 | - |
| YUV | 37.53 | 223.08 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 206 | 0.78 | 1.00 | 0 | 0.19 | 252.88 | 0.99 | 0.41 |
| Hex | 2D | 1 | CE | 4E | 64 | 0 | 13 | FD | 63 | 29 |
| Octal | 55 | 1 | 316 | 116 | 144 | 0 | 23 | 375 | 143 | 51 |
| Binary | 101101 | 1 | 11001110 | 1001110 | 1100100 | 0 | 10011 | 11111101 | 1100011 | 101001 |
Color Harmonies of #2D01CE
Complementary color
Monochromatic Colors of #2D01CE
Black with #2D01CE
Text Example
Text Example
White with #2D01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D01CE; }
p { color: rgb(45,1,206); }
H1.HeaderClassName
{
color: #2D01CE;
}
.AnyTagClassName
{
color: #2D01CE;
}
</style>
background-color css
<style>
a { background-color: #2D01CE; }
a { background-color: rgb(45,1,206); }
div.DivClassName
{
background-color: #2D01CE;
}
.BgClassName
{
background-color: #2D01CE;
}
</style>
border-color css
<style>
span { border-color: #2D01CE; }
span { border-color: rgb(45,1,206); }
td.TdClassName
{
border-color: #2D01CE;
}
.TagClassName
{
border-color: #2D01CE;
}
</style>