Shades of Medium Blue #2A0ABC
Tints of Medium Blue #2A0ABC
RGB
CMYK
RGB Variations
Color information
#2A0ABC (or 0x2A0ABC) is known color: Medium Blue. HEX triplet: 2A, 0A and BC. RGB value is (42,10,188). Sum of RGB (Red+Green+Blue) = 42+10+188=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A0ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ABC is #D5F543. Grayscale: #272727. Windows color (decimal): -14021956 or 12323370. OLE color: 12323370.
HSL color Cylindrical-coordinate representation of color #2A0ABC: hue angle of 250.79º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0ABC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 10 | 188 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.26 |
| HSL | 250.79º | 0.9% | 0.39% | - |
| HSV(B) | 250.79º | 0.95% | 0.74% | - |
| XYZ | 10.14 | 4.34 | 47.88 | - |
| YUV | 39.86 | 211.6 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 188 | 0.78 | 0.95 | 0 | 0.26 | 250.79 | 0.9 | 0.39 |
| Hex | 2A | A | BC | 4E | 5F | 0 | 1A | FB | 5A | 27 |
| Octal | 52 | 12 | 274 | 116 | 137 | 0 | 32 | 373 | 132 | 47 |
| Binary | 101010 | 1010 | 10111100 | 1001110 | 1011111 | 0 | 11010 | 11111011 | 1011010 | 100111 |
Color Harmonies of #2A0ABC
Complementary color
Monochromatic Colors of #2A0ABC
Black with #2A0ABC
Text Example
Text Example
White with #2A0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0ABC; }
p { color: rgb(42,10,188); }
H1.HeaderClassName
{
color: #2A0ABC;
}
.AnyTagClassName
{
color: #2A0ABC;
}
</style>
background-color css
<style>
a { background-color: #2A0ABC; }
a { background-color: rgb(42,10,188); }
div.DivClassName
{
background-color: #2A0ABC;
}
.BgClassName
{
background-color: #2A0ABC;
}
</style>
border-color css
<style>
span { border-color: #2A0ABC; }
span { border-color: rgb(42,10,188); }
td.TdClassName
{
border-color: #2A0ABC;
}
.TagClassName
{
border-color: #2A0ABC;
}
</style>