Shades of Medium Blue #2A0ADF
Tints of Medium Blue #2A0ADF
RGB
CMYK
RGB Variations
Color information
#2A0ADF (or 0x2A0ADF) is known color: Medium Blue. HEX triplet: 2A, 0A and DF. RGB value is (42,10,223). Sum of RGB (Red+Green+Blue) = 42+10+223=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A0ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ADF is #D5F520. Grayscale: #2B2B2B. Windows color (decimal): -14021921 or 14617130. OLE color: 14617130.
HSL color Cylindrical-coordinate representation of color #2A0ADF: hue angle of 249.01º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0ADF is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 10 | 223 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.13 |
| HSL | 249.01º | 0.91% | 0.46% | - |
| HSV(B) | 249.01º | 0.96% | 0.87% | - |
| XYZ | 14.38 | 6.04 | 70.22 | - |
| YUV | 43.85 | 229.1 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 223 | 0.81 | 0.96 | 0 | 0.13 | 249.01 | 0.91 | 0.46 |
| Hex | 2A | A | DF | 51 | 60 | 0 | D | F9 | 5B | 2E |
| Octal | 52 | 12 | 337 | 121 | 140 | 0 | 15 | 371 | 133 | 56 |
| Binary | 101010 | 1010 | 11011111 | 1010001 | 1100000 | 0 | 1101 | 11111001 | 1011011 | 101110 |
Color Harmonies of #2A0ADF
Complementary color
Monochromatic Colors of #2A0ADF
Black with #2A0ADF
Text Example
Text Example
White with #2A0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0ADF; }
p { color: rgb(42,10,223); }
H1.HeaderClassName
{
color: #2A0ADF;
}
.AnyTagClassName
{
color: #2A0ADF;
}
</style>
background-color css
<style>
a { background-color: #2A0ADF; }
a { background-color: rgb(42,10,223); }
div.DivClassName
{
background-color: #2A0ADF;
}
.BgClassName
{
background-color: #2A0ADF;
}
</style>
border-color css
<style>
span { border-color: #2A0ADF; }
span { border-color: rgb(42,10,223); }
td.TdClassName
{
border-color: #2A0ADF;
}
.TagClassName
{
border-color: #2A0ADF;
}
</style>