Shades of Medium Blue #2A0ABF
Tints of Medium Blue #2A0ABF
RGB
CMYK
RGB Variations
Color information
#2A0ABF (or 0x2A0ABF) is known color: Medium Blue. HEX triplet: 2A, 0A and BF. RGB value is (42,10,191). Sum of RGB (Red+Green+Blue) = 42+10+191=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A0ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ABF is #D5F540. Grayscale: #272727. Windows color (decimal): -14021953 or 12519978. OLE color: 12519978.
HSL color Cylindrical-coordinate representation of color #2A0ABF: hue angle of 250.61º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0ABF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 10 | 191 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.25 |
| HSL | 250.61º | 0.9% | 0.39% | - |
| HSV(B) | 250.61º | 0.95% | 0.75% | - |
| XYZ | 10.47 | 4.47 | 49.6 | - |
| YUV | 40.2 | 213.1 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 191 | 0.78 | 0.95 | 0 | 0.25 | 250.61 | 0.9 | 0.39 |
| Hex | 2A | A | BF | 4E | 5F | 0 | 19 | FB | 5A | 27 |
| Octal | 52 | 12 | 277 | 116 | 137 | 0 | 31 | 373 | 132 | 47 |
| Binary | 101010 | 1010 | 10111111 | 1001110 | 1011111 | 0 | 11001 | 11111011 | 1011010 | 100111 |
Color Harmonies of #2A0ABF
Complementary color
Monochromatic Colors of #2A0ABF
Black with #2A0ABF
Text Example
Text Example
White with #2A0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0ABF; }
p { color: rgb(42,10,191); }
H1.HeaderClassName
{
color: #2A0ABF;
}
.AnyTagClassName
{
color: #2A0ABF;
}
</style>
background-color css
<style>
a { background-color: #2A0ABF; }
a { background-color: rgb(42,10,191); }
div.DivClassName
{
background-color: #2A0ABF;
}
.BgClassName
{
background-color: #2A0ABF;
}
</style>
border-color css
<style>
span { border-color: #2A0ABF; }
span { border-color: rgb(42,10,191); }
td.TdClassName
{
border-color: #2A0ABF;
}
.TagClassName
{
border-color: #2A0ABF;
}
</style>