Shades of Medium Blue #2D01CC
Tints of Medium Blue #2D01CC
RGB
CMYK
RGB Variations
Color information
#2D01CC (or 0x2D01CC) is known color: Medium Blue. HEX triplet: 2D, 01 and CC. RGB value is (45,1,204). Sum of RGB (Red+Green+Blue) = 45+1+204=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D01CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D01CC is #D2FE33. Grayscale: #242424. Windows color (decimal): -13827636 or 13369645. OLE color: 13369645.
HSL color Cylindrical-coordinate representation of color #2D01CC: hue angle of 253º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D01CC is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 1 | 204 | - |
| CMYK | 0.78 | 1.00 | 0 | 0.2 |
| HSL | 253º | 0.99% | 0.4% | - |
| HSV(B) | 253º | 1% | 0.8% | - |
| XYZ | 11.99 | 4.94 | 57.45 | - |
| YUV | 37.3 | 222.08 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 204 | 0.78 | 1.00 | 0 | 0.2 | 253 | 0.99 | 0.4 |
| Hex | 2D | 1 | CC | 4E | 64 | 0 | 14 | FD | 63 | 28 |
| Octal | 55 | 1 | 314 | 116 | 144 | 0 | 24 | 375 | 143 | 50 |
| Binary | 101101 | 1 | 11001100 | 1001110 | 1100100 | 0 | 10100 | 11111101 | 1100011 | 101000 |
Color Harmonies of #2D01CC
Complementary color
Monochromatic Colors of #2D01CC
Black with #2D01CC
Text Example
Text Example
White with #2D01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D01CC; }
p { color: rgb(45,1,204); }
H1.HeaderClassName
{
color: #2D01CC;
}
.AnyTagClassName
{
color: #2D01CC;
}
</style>
background-color css
<style>
a { background-color: #2D01CC; }
a { background-color: rgb(45,1,204); }
div.DivClassName
{
background-color: #2D01CC;
}
.BgClassName
{
background-color: #2D01CC;
}
</style>
border-color css
<style>
span { border-color: #2D01CC; }
span { border-color: rgb(45,1,204); }
td.TdClassName
{
border-color: #2D01CC;
}
.TagClassName
{
border-color: #2D01CC;
}
</style>