Shades of Medium Blue #2A06DB
Tints of Medium Blue #2A06DB
RGB
CMYK
RGB Variations
Color information
#2A06DB (or 0x2A06DB) is known color: Medium Blue. HEX triplet: 2A, 06 and DB. RGB value is (42,6,219). Sum of RGB (Red+Green+Blue) = 42+6+219=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A06DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A06DB is #D5F924. Grayscale: #282828. Windows color (decimal): -14022949 or 14353962. OLE color: 14353962.
HSL color Cylindrical-coordinate representation of color #2A06DB: hue angle of 250.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A06DB is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 6 | 219 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.14 |
| HSL | 250.14º | 0.95% | 0.44% | - |
| HSV(B) | 250.14º | 0.97% | 0.86% | - |
| XYZ | 13.81 | 5.74 | 67.4 | - |
| YUV | 41.05 | 228.43 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 219 | 0.81 | 0.97 | 0 | 0.14 | 250.14 | 0.95 | 0.44 |
| Hex | 2A | 6 | DB | 51 | 61 | 0 | E | FA | 5F | 2C |
| Octal | 52 | 6 | 333 | 121 | 141 | 0 | 16 | 372 | 137 | 54 |
| Binary | 101010 | 110 | 11011011 | 1010001 | 1100001 | 0 | 1110 | 11111010 | 1011111 | 101100 |
Color Harmonies of #2A06DB
Complementary color
Monochromatic Colors of #2A06DB
Black with #2A06DB
Text Example
Text Example
White with #2A06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A06DB; }
p { color: rgb(42,6,219); }
H1.HeaderClassName
{
color: #2A06DB;
}
.AnyTagClassName
{
color: #2A06DB;
}
</style>
background-color css
<style>
a { background-color: #2A06DB; }
a { background-color: rgb(42,6,219); }
div.DivClassName
{
background-color: #2A06DB;
}
.BgClassName
{
background-color: #2A06DB;
}
</style>
border-color css
<style>
span { border-color: #2A06DB; }
span { border-color: rgb(42,6,219); }
td.TdClassName
{
border-color: #2A06DB;
}
.TagClassName
{
border-color: #2A06DB;
}
</style>