Shades of Medium Blue #2A07DC
Tints of Medium Blue #2A07DC
RGB
CMYK
RGB Variations
Color information
#2A07DC (or 0x2A07DC) is known color: Medium Blue. HEX triplet: 2A, 07 and DC. RGB value is (42,7,220). Sum of RGB (Red+Green+Blue) = 42+7+220=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A07DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A07DC is #D5F823. Grayscale: #282828. Windows color (decimal): -14022692 or 14419754. OLE color: 14419754.
HSL color Cylindrical-coordinate representation of color #2A07DC: hue angle of 249.86º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A07DC is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 7 | 220 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.14 |
| HSL | 249.86º | 0.94% | 0.45% | - |
| HSV(B) | 249.86º | 0.97% | 0.86% | - |
| XYZ | 13.95 | 5.81 | 68.1 | - |
| YUV | 41.75 | 228.6 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 220 | 0.81 | 0.97 | 0 | 0.14 | 249.86 | 0.94 | 0.45 |
| Hex | 2A | 7 | DC | 51 | 61 | 0 | E | FA | 5E | 2D |
| Octal | 52 | 7 | 334 | 121 | 141 | 0 | 16 | 372 | 136 | 55 |
| Binary | 101010 | 111 | 11011100 | 1010001 | 1100001 | 0 | 1110 | 11111010 | 1011110 | 101101 |
Color Harmonies of #2A07DC
Complementary color
Monochromatic Colors of #2A07DC
Black with #2A07DC
Text Example
Text Example
White with #2A07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A07DC; }
p { color: rgb(42,7,220); }
H1.HeaderClassName
{
color: #2A07DC;
}
.AnyTagClassName
{
color: #2A07DC;
}
</style>
background-color css
<style>
a { background-color: #2A07DC; }
a { background-color: rgb(42,7,220); }
div.DivClassName
{
background-color: #2A07DC;
}
.BgClassName
{
background-color: #2A07DC;
}
</style>
border-color css
<style>
span { border-color: #2A07DC; }
span { border-color: rgb(42,7,220); }
td.TdClassName
{
border-color: #2A07DC;
}
.TagClassName
{
border-color: #2A07DC;
}
</style>