Shades of Medium Blue #2A0DCF
Tints of Medium Blue #2A0DCF
RGB
CMYK
RGB Variations
Color information
#2A0DCF (or 0x2A0DCF) is known color: Medium Blue. HEX triplet: 2A, 0D and CF. RGB value is (42,13,207). Sum of RGB (Red+Green+Blue) = 42+13+207=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 207 (81.25% from 255 or 79.01% from 262); Max value from RGB is 207 - color contains mainly: blue. Hex color #2A0DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0DCF is #D5F230. Grayscale: #2B2B2B. Windows color (decimal): -14021169 or 13569322. OLE color: 13569322.
HSL color Cylindrical-coordinate representation of color #2A0DCF: hue angle of 248.97º 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 #2A0DCF is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 13 | 207 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.19 |
| HSL | 248.97º | 0.88% | 0.43% | - |
| HSV(B) | 248.97º | 0.94% | 0.81% | - |
| XYZ | 12.36 | 5.29 | 59.4 | - |
| YUV | 43.79 | 220.11 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 207 | 0.80 | 0.94 | 0 | 0.19 | 248.97 | 0.88 | 0.43 |
| Hex | 2A | D | CF | 50 | 5E | 0 | 13 | F9 | 58 | 2B |
| Octal | 52 | 15 | 317 | 120 | 136 | 0 | 23 | 371 | 130 | 53 |
| Binary | 101010 | 1101 | 11001111 | 1010000 | 1011110 | 0 | 10011 | 11111001 | 1011000 | 101011 |
Color Harmonies of #2A0DCF
Complementary color
Monochromatic Colors of #2A0DCF
Black with #2A0DCF
Text Example
Text Example
White with #2A0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0DCF; }
p { color: rgb(42,13,207); }
H1.HeaderClassName
{
color: #2A0DCF;
}
.AnyTagClassName
{
color: #2A0DCF;
}
</style>
background-color css
<style>
a { background-color: #2A0DCF; }
a { background-color: rgb(42,13,207); }
div.DivClassName
{
background-color: #2A0DCF;
}
.BgClassName
{
background-color: #2A0DCF;
}
</style>
border-color css
<style>
span { border-color: #2A0DCF; }
span { border-color: rgb(42,13,207); }
td.TdClassName
{
border-color: #2A0DCF;
}
.TagClassName
{
border-color: #2A0DCF;
}
</style>