Shades of Medium Blue #2A0BCA
Tints of Medium Blue #2A0BCA
RGB
CMYK
RGB Variations
Color information
#2A0BCA (or 0x2A0BCA) is known color: Medium Blue. HEX triplet: 2A, 0B and CA. RGB value is (42,11,202). Sum of RGB (Red+Green+Blue) = 42+11+202=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A0BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0BCA is #D5F435. Grayscale: #292929. Windows color (decimal): -14021686 or 13241130. OLE color: 13241130.
HSL color Cylindrical-coordinate representation of color #2A0BCA: hue angle of 249.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0BCA is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 11 | 202 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.21 |
| HSL | 249.74º | 0.9% | 0.42% | - |
| HSV(B) | 249.74º | 0.95% | 0.79% | - |
| XYZ | 11.74 | 5 | 56.22 | - |
| YUV | 42.04 | 218.27 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 202 | 0.79 | 0.95 | 0 | 0.21 | 249.74 | 0.9 | 0.42 |
| Hex | 2A | B | CA | 4F | 5F | 0 | 15 | FA | 5A | 2A |
| Octal | 52 | 13 | 312 | 117 | 137 | 0 | 25 | 372 | 132 | 52 |
| Binary | 101010 | 1011 | 11001010 | 1001111 | 1011111 | 0 | 10101 | 11111010 | 1011010 | 101010 |
Color Harmonies of #2A0BCA
Complementary color
Monochromatic Colors of #2A0BCA
Black with #2A0BCA
Text Example
Text Example
White with #2A0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0BCA; }
p { color: rgb(42,11,202); }
H1.HeaderClassName
{
color: #2A0BCA;
}
.AnyTagClassName
{
color: #2A0BCA;
}
</style>
background-color css
<style>
a { background-color: #2A0BCA; }
a { background-color: rgb(42,11,202); }
div.DivClassName
{
background-color: #2A0BCA;
}
.BgClassName
{
background-color: #2A0BCA;
}
</style>
border-color css
<style>
span { border-color: #2A0BCA; }
span { border-color: rgb(42,11,202); }
td.TdClassName
{
border-color: #2A0BCA;
}
.TagClassName
{
border-color: #2A0BCA;
}
</style>