Shades of Medium Blue #2A0DCE
Tints of Medium Blue #2A0DCE
RGB
CMYK
RGB Variations
Color information
#2A0DCE (or 0x2A0DCE) is known color: Medium Blue. HEX triplet: 2A, 0D and CE. RGB value is (42,13,206). Sum of RGB (Red+Green+Blue) = 42+13+206=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A0DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0DCE is #D5F231. Grayscale: #2A2A2A. Windows color (decimal): -14021170 or 13503786. OLE color: 13503786.
HSL color Cylindrical-coordinate representation of color #2A0DCE: hue angle of 249.02º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0DCE is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 13 | 206 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.19 |
| HSL | 249.02º | 0.88% | 0.43% | - |
| HSV(B) | 249.02º | 0.94% | 0.81% | - |
| XYZ | 12.24 | 5.24 | 58.76 | - |
| YUV | 43.67 | 219.61 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 206 | 0.80 | 0.94 | 0 | 0.19 | 249.02 | 0.88 | 0.43 |
| Hex | 2A | D | CE | 50 | 5E | 0 | 13 | F9 | 58 | 2B |
| Octal | 52 | 15 | 316 | 120 | 136 | 0 | 23 | 371 | 130 | 53 |
| Binary | 101010 | 1101 | 11001110 | 1010000 | 1011110 | 0 | 10011 | 11111001 | 1011000 | 101011 |
Color Harmonies of #2A0DCE
Complementary color
Monochromatic Colors of #2A0DCE
Black with #2A0DCE
Text Example
Text Example
White with #2A0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0DCE; }
p { color: rgb(42,13,206); }
H1.HeaderClassName
{
color: #2A0DCE;
}
.AnyTagClassName
{
color: #2A0DCE;
}
</style>
background-color css
<style>
a { background-color: #2A0DCE; }
a { background-color: rgb(42,13,206); }
div.DivClassName
{
background-color: #2A0DCE;
}
.BgClassName
{
background-color: #2A0DCE;
}
</style>
border-color css
<style>
span { border-color: #2A0DCE; }
span { border-color: rgb(42,13,206); }
td.TdClassName
{
border-color: #2A0DCE;
}
.TagClassName
{
border-color: #2A0DCE;
}
</style>