Shades of Medium Blue #2D0ACC
Tints of Medium Blue #2D0ACC
RGB
CMYK
RGB Variations
Color information
#2D0ACC (or 0x2D0ACC) is known color: Medium Blue. HEX triplet: 2D, 0A and CC. RGB value is (45,10,204). Sum of RGB (Red+Green+Blue) = 45+10+204=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 204 (80.08% from 255 or 78.76% from 259); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D0ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0ACC is #D2F533. Grayscale: #292929. Windows color (decimal): -13825332 or 13371949. OLE color: 13371949.
HSL color Cylindrical-coordinate representation of color #2D0ACC: hue angle of 250.82º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0ACC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 10 | 204 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.2 |
| HSL | 250.82º | 0.91% | 0.42% | - |
| HSV(B) | 250.82º | 0.95% | 0.8% | - |
| XYZ | 12.09 | 5.13 | 57.48 | - |
| YUV | 42.58 | 219.1 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 204 | 0.78 | 0.95 | 0 | 0.2 | 250.82 | 0.91 | 0.42 |
| Hex | 2D | A | CC | 4E | 5F | 0 | 14 | FB | 5B | 2A |
| Octal | 55 | 12 | 314 | 116 | 137 | 0 | 24 | 373 | 133 | 52 |
| Binary | 101101 | 1010 | 11001100 | 1001110 | 1011111 | 0 | 10100 | 11111011 | 1011011 | 101010 |
Color Harmonies of #2D0ACC
Complementary color
Monochromatic Colors of #2D0ACC
Black with #2D0ACC
Text Example
Text Example
White with #2D0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0ACC; }
p { color: rgb(45,10,204); }
H1.HeaderClassName
{
color: #2D0ACC;
}
.AnyTagClassName
{
color: #2D0ACC;
}
</style>
background-color css
<style>
a { background-color: #2D0ACC; }
a { background-color: rgb(45,10,204); }
div.DivClassName
{
background-color: #2D0ACC;
}
.BgClassName
{
background-color: #2D0ACC;
}
</style>
border-color css
<style>
span { border-color: #2D0ACC; }
span { border-color: rgb(45,10,204); }
td.TdClassName
{
border-color: #2D0ACC;
}
.TagClassName
{
border-color: #2D0ACC;
}
</style>