Shades of Medium Blue #2A0ACC
Tints of Medium Blue #2A0ACC
RGB
CMYK
RGB Variations
Color information
#2A0ACC (or 0x2A0ACC) is known color: Medium Blue. HEX triplet: 2A, 0A and CC. RGB value is (42,10,204). Sum of RGB (Red+Green+Blue) = 42+10+204=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A0ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ACC is #D5F533. Grayscale: #282828. Windows color (decimal): -14021940 or 13371946. OLE color: 13371946.
HSL color Cylindrical-coordinate representation of color #2A0ACC: hue angle of 249.9º 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 #2A0ACC is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 10 | 204 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.2 |
| HSL | 249.9º | 0.91% | 0.42% | - |
| HSV(B) | 249.9º | 0.95% | 0.8% | - |
| XYZ | 11.96 | 5.07 | 57.47 | - |
| YUV | 41.68 | 219.6 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 204 | 0.79 | 0.95 | 0 | 0.2 | 249.9 | 0.91 | 0.42 |
| Hex | 2A | A | CC | 4F | 5F | 0 | 14 | FA | 5B | 2A |
| Octal | 52 | 12 | 314 | 117 | 137 | 0 | 24 | 372 | 133 | 52 |
| Binary | 101010 | 1010 | 11001100 | 1001111 | 1011111 | 0 | 10100 | 11111010 | 1011011 | 101010 |
Color Harmonies of #2A0ACC
Complementary color
Monochromatic Colors of #2A0ACC
Black with #2A0ACC
Text Example
Text Example
White with #2A0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0ACC; }
p { color: rgb(42,10,204); }
H1.HeaderClassName
{
color: #2A0ACC;
}
.AnyTagClassName
{
color: #2A0ACC;
}
</style>
background-color css
<style>
a { background-color: #2A0ACC; }
a { background-color: rgb(42,10,204); }
div.DivClassName
{
background-color: #2A0ACC;
}
.BgClassName
{
background-color: #2A0ACC;
}
</style>
border-color css
<style>
span { border-color: #2A0ACC; }
span { border-color: rgb(42,10,204); }
td.TdClassName
{
border-color: #2A0ACC;
}
.TagClassName
{
border-color: #2A0ACC;
}
</style>