Shades of Medium Blue #2A06D6
Tints of Medium Blue #2A06D6
RGB
CMYK
RGB Variations
Color information
#2A06D6 (or 0x2A06D6) is known color: Medium Blue. HEX triplet: 2A, 06 and D6. RGB value is (42,6,214). Sum of RGB (Red+Green+Blue) = 42+6+214=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 214 (83.98% from 255 or 81.68% from 262); Max value from RGB is 214 - color contains mainly: blue. Hex color #2A06D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A06D6 is #D5F929. Grayscale: #272727. Windows color (decimal): -14022954 or 14026282. OLE color: 14026282.
HSL color Cylindrical-coordinate representation of color #2A06D6: hue angle of 250.38º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A06D6 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 6 | 214 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.16 |
| HSL | 250.38º | 0.95% | 0.43% | - |
| HSV(B) | 250.38º | 0.97% | 0.84% | - |
| XYZ | 13.16 | 5.48 | 63.98 | - |
| YUV | 40.48 | 225.93 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 214 | 0.80 | 0.97 | 0 | 0.16 | 250.38 | 0.95 | 0.43 |
| Hex | 2A | 6 | D6 | 50 | 61 | 0 | 10 | FA | 5F | 2B |
| Octal | 52 | 6 | 326 | 120 | 141 | 0 | 20 | 372 | 137 | 53 |
| Binary | 101010 | 110 | 11010110 | 1010000 | 1100001 | 0 | 10000 | 11111010 | 1011111 | 101011 |
Color Harmonies of #2A06D6
Complementary color
Monochromatic Colors of #2A06D6
Black with #2A06D6
Text Example
Text Example
White with #2A06D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A06D6; }
p { color: rgb(42,6,214); }
H1.HeaderClassName
{
color: #2A06D6;
}
.AnyTagClassName
{
color: #2A06D6;
}
</style>
background-color css
<style>
a { background-color: #2A06D6; }
a { background-color: rgb(42,6,214); }
div.DivClassName
{
background-color: #2A06D6;
}
.BgClassName
{
background-color: #2A06D6;
}
</style>
border-color css
<style>
span { border-color: #2A06D6; }
span { border-color: rgb(42,6,214); }
td.TdClassName
{
border-color: #2A06D6;
}
.TagClassName
{
border-color: #2A06D6;
}
</style>