Shades of Medium Blue #2A07DA
Tints of Medium Blue #2A07DA
RGB
CMYK
RGB Variations
Color information
#2A07DA (or 0x2A07DA) is known color: Medium Blue. HEX triplet: 2A, 07 and DA. RGB value is (42,7,218). Sum of RGB (Red+Green+Blue) = 42+7+218=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A07DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A07DA is #D5F825. Grayscale: #282828. Windows color (decimal): -14022694 or 14288682. OLE color: 14288682.
HSL color Cylindrical-coordinate representation of color #2A07DA: hue angle of 249.95º degrees, saturation: 0.94, 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 #2A07DA is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 7 | 218 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.15 |
| HSL | 249.95º | 0.94% | 0.44% | - |
| HSV(B) | 249.95º | 0.97% | 0.85% | - |
| XYZ | 13.69 | 5.71 | 66.71 | - |
| YUV | 41.52 | 227.6 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 218 | 0.81 | 0.97 | 0 | 0.15 | 249.95 | 0.94 | 0.44 |
| Hex | 2A | 7 | DA | 51 | 61 | 0 | F | FA | 5E | 2C |
| Octal | 52 | 7 | 332 | 121 | 141 | 0 | 17 | 372 | 136 | 54 |
| Binary | 101010 | 111 | 11011010 | 1010001 | 1100001 | 0 | 1111 | 11111010 | 1011110 | 101100 |
Color Harmonies of #2A07DA
Complementary color
Monochromatic Colors of #2A07DA
Black with #2A07DA
Text Example
Text Example
White with #2A07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A07DA; }
p { color: rgb(42,7,218); }
H1.HeaderClassName
{
color: #2A07DA;
}
.AnyTagClassName
{
color: #2A07DA;
}
</style>
background-color css
<style>
a { background-color: #2A07DA; }
a { background-color: rgb(42,7,218); }
div.DivClassName
{
background-color: #2A07DA;
}
.BgClassName
{
background-color: #2A07DA;
}
</style>
border-color css
<style>
span { border-color: #2A07DA; }
span { border-color: rgb(42,7,218); }
td.TdClassName
{
border-color: #2A07DA;
}
.TagClassName
{
border-color: #2A07DA;
}
</style>