Shades of Medium Blue #2A13DB
Tints of Medium Blue #2A13DB
RGB
CMYK
RGB Variations
Color information
#2A13DB (or 0x2A13DB) is known color: Medium Blue. HEX triplet: 2A, 13 and DB. RGB value is (42,19,219). Sum of RGB (Red+Green+Blue) = 42+19+219=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A13DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A13DB is #D5EC24. Grayscale: #2F2F2F. Windows color (decimal): -14019621 or 14357290. OLE color: 14357290.
HSL color Cylindrical-coordinate representation of color #2A13DB: hue angle of 246.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A13DB is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 19 | 219 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.14 |
| HSL | 246.9º | 0.84% | 0.47% | - |
| HSV(B) | 246.9º | 0.91% | 0.86% | - |
| XYZ | 13.97 | 6.07 | 67.45 | - |
| YUV | 48.68 | 224.12 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 219 | 0.81 | 0.91 | 0 | 0.14 | 246.9 | 0.84 | 0.47 |
| Hex | 2A | 13 | DB | 51 | 5B | 0 | E | F7 | 54 | 2F |
| Octal | 52 | 23 | 333 | 121 | 133 | 0 | 16 | 367 | 124 | 57 |
| Binary | 101010 | 10011 | 11011011 | 1010001 | 1011011 | 0 | 1110 | 11110111 | 1010100 | 101111 |
Color Harmonies of #2A13DB
Complementary color
Monochromatic Colors of #2A13DB
Black with #2A13DB
Text Example
Text Example
White with #2A13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A13DB; }
p { color: rgb(42,19,219); }
H1.HeaderClassName
{
color: #2A13DB;
}
.AnyTagClassName
{
color: #2A13DB;
}
</style>
background-color css
<style>
a { background-color: #2A13DB; }
a { background-color: rgb(42,19,219); }
div.DivClassName
{
background-color: #2A13DB;
}
.BgClassName
{
background-color: #2A13DB;
}
</style>
border-color css
<style>
span { border-color: #2A13DB; }
span { border-color: rgb(42,19,219); }
td.TdClassName
{
border-color: #2A13DB;
}
.TagClassName
{
border-color: #2A13DB;
}
</style>