Shades of Medium Blue #2A0ACB
Tints of Medium Blue #2A0ACB
RGB
CMYK
RGB Variations
Color information
#2A0ACB (or 0x2A0ACB) is known color: Medium Blue. HEX triplet: 2A, 0A and CB. RGB value is (42,10,203). Sum of RGB (Red+Green+Blue) = 42+10+203=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A0ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ACB is #D5F534. Grayscale: #282828. Windows color (decimal): -14021941 or 13306410. OLE color: 13306410.
HSL color Cylindrical-coordinate representation of color #2A0ACB: hue angle of 249.95º 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 #2A0ACB is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 10 | 203 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.20 |
| HSL | 249.95º | 0.91% | 0.42% | - |
| HSV(B) | 249.95º | 0.95% | 0.8% | - |
| XYZ | 11.84 | 5.02 | 56.84 | - |
| YUV | 41.57 | 219.1 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 203 | 0.79 | 0.95 | 0 | 0.20 | 249.95 | 0.91 | 0.42 |
| Hex | 2A | A | CB | 4F | 5F | 0 | 14 | FA | 5B | 2A |
| Octal | 52 | 12 | 313 | 117 | 137 | 0 | 24 | 372 | 133 | 52 |
| Binary | 101010 | 1010 | 11001011 | 1001111 | 1011111 | 0 | 10100 | 11111010 | 1011011 | 101010 |
Color Harmonies of #2A0ACB
Complementary color
Monochromatic Colors of #2A0ACB
Black with #2A0ACB
Text Example
Text Example
White with #2A0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0ACB; }
p { color: rgb(42,10,203); }
H1.HeaderClassName
{
color: #2A0ACB;
}
.AnyTagClassName
{
color: #2A0ACB;
}
</style>
background-color css
<style>
a { background-color: #2A0ACB; }
a { background-color: rgb(42,10,203); }
div.DivClassName
{
background-color: #2A0ACB;
}
.BgClassName
{
background-color: #2A0ACB;
}
</style>
border-color css
<style>
span { border-color: #2A0ACB; }
span { border-color: rgb(42,10,203); }
td.TdClassName
{
border-color: #2A0ACB;
}
.TagClassName
{
border-color: #2A0ACB;
}
</style>