Shades of Medium Blue #2A0DCB
Tints of Medium Blue #2A0DCB
RGB
CMYK
RGB Variations
Color information
#2A0DCB (or 0x2A0DCB) is known color: Medium Blue. HEX triplet: 2A, 0D and CB. RGB value is (42,13,203). Sum of RGB (Red+Green+Blue) = 42+13+203=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A0DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0DCB is #D5F234. Grayscale: #2A2A2A. Windows color (decimal): -14021173 or 13307178. OLE color: 13307178.
HSL color Cylindrical-coordinate representation of color #2A0DCB: hue angle of 249.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0DCB is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 13 | 203 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.20 |
| HSL | 249.16º | 0.88% | 0.42% | - |
| HSV(B) | 249.16º | 0.94% | 0.8% | - |
| XYZ | 11.88 | 5.09 | 56.86 | - |
| YUV | 43.33 | 218.11 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 203 | 0.79 | 0.94 | 0 | 0.20 | 249.16 | 0.88 | 0.42 |
| Hex | 2A | D | CB | 4F | 5E | 0 | 14 | F9 | 58 | 2A |
| Octal | 52 | 15 | 313 | 117 | 136 | 0 | 24 | 371 | 130 | 52 |
| Binary | 101010 | 1101 | 11001011 | 1001111 | 1011110 | 0 | 10100 | 11111001 | 1011000 | 101010 |
Color Harmonies of #2A0DCB
Complementary color
Monochromatic Colors of #2A0DCB
Black with #2A0DCB
Text Example
Text Example
White with #2A0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0DCB; }
p { color: rgb(42,13,203); }
H1.HeaderClassName
{
color: #2A0DCB;
}
.AnyTagClassName
{
color: #2A0DCB;
}
</style>
background-color css
<style>
a { background-color: #2A0DCB; }
a { background-color: rgb(42,13,203); }
div.DivClassName
{
background-color: #2A0DCB;
}
.BgClassName
{
background-color: #2A0DCB;
}
</style>
border-color css
<style>
span { border-color: #2A0DCB; }
span { border-color: rgb(42,13,203); }
td.TdClassName
{
border-color: #2A0DCB;
}
.TagClassName
{
border-color: #2A0DCB;
}
</style>