Shades of Medium Blue #2A06DA
Tints of Medium Blue #2A06DA
RGB
CMYK
RGB Variations
Color information
#2A06DA (or 0x2A06DA) is known color: Medium Blue. HEX triplet: 2A, 06 and DA. RGB value is (42,6,218). Sum of RGB (Red+Green+Blue) = 42+6+218=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A06DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A06DA is #D5F925. Grayscale: #282828. Windows color (decimal): -14022950 or 14288426. OLE color: 14288426.
HSL color Cylindrical-coordinate representation of color #2A06DA: hue angle of 250.19º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A06DA is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 6 | 218 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.15 |
| HSL | 250.19º | 0.95% | 0.44% | - |
| HSV(B) | 250.19º | 0.97% | 0.85% | - |
| XYZ | 13.67 | 5.68 | 66.71 | - |
| YUV | 40.93 | 227.93 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 218 | 0.81 | 0.97 | 0 | 0.15 | 250.19 | 0.95 | 0.44 |
| Hex | 2A | 6 | DA | 51 | 61 | 0 | F | FA | 5F | 2C |
| Octal | 52 | 6 | 332 | 121 | 141 | 0 | 17 | 372 | 137 | 54 |
| Binary | 101010 | 110 | 11011010 | 1010001 | 1100001 | 0 | 1111 | 11111010 | 1011111 | 101100 |
Color Harmonies of #2A06DA
Complementary color
Monochromatic Colors of #2A06DA
Black with #2A06DA
Text Example
Text Example
White with #2A06DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A06DA; }
p { color: rgb(42,6,218); }
H1.HeaderClassName
{
color: #2A06DA;
}
.AnyTagClassName
{
color: #2A06DA;
}
</style>
background-color css
<style>
a { background-color: #2A06DA; }
a { background-color: rgb(42,6,218); }
div.DivClassName
{
background-color: #2A06DA;
}
.BgClassName
{
background-color: #2A06DA;
}
</style>
border-color css
<style>
span { border-color: #2A06DA; }
span { border-color: rgb(42,6,218); }
td.TdClassName
{
border-color: #2A06DA;
}
.TagClassName
{
border-color: #2A06DA;
}
</style>