Shades of Medium Blue #2A10DA
Tints of Medium Blue #2A10DA
RGB
CMYK
RGB Variations
Color information
#2A10DA (or 0x2A10DA) is known color: Medium Blue. HEX triplet: 2A, 10 and DA. RGB value is (42,16,218). Sum of RGB (Red+Green+Blue) = 42+16+218=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A10DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A10DA is #D5EF25. Grayscale: #2E2E2E. Windows color (decimal): -14020390 or 14290986. OLE color: 14290986.
HSL color Cylindrical-coordinate representation of color #2A10DA: hue angle of 247.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A10DA is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 16 | 218 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.15 |
| HSL | 247.72º | 0.86% | 0.46% | - |
| HSV(B) | 247.72º | 0.93% | 0.85% | - |
| XYZ | 13.8 | 5.92 | 66.75 | - |
| YUV | 46.8 | 224.61 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 218 | 0.81 | 0.93 | 0 | 0.15 | 247.72 | 0.86 | 0.46 |
| Hex | 2A | 10 | DA | 51 | 5D | 0 | F | F8 | 56 | 2E |
| Octal | 52 | 20 | 332 | 121 | 135 | 0 | 17 | 370 | 126 | 56 |
| Binary | 101010 | 10000 | 11011010 | 1010001 | 1011101 | 0 | 1111 | 11111000 | 1010110 | 101110 |
Color Harmonies of #2A10DA
Complementary color
Monochromatic Colors of #2A10DA
Black with #2A10DA
Text Example
Text Example
White with #2A10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A10DA; }
p { color: rgb(42,16,218); }
H1.HeaderClassName
{
color: #2A10DA;
}
.AnyTagClassName
{
color: #2A10DA;
}
</style>
background-color css
<style>
a { background-color: #2A10DA; }
a { background-color: rgb(42,16,218); }
div.DivClassName
{
background-color: #2A10DA;
}
.BgClassName
{
background-color: #2A10DA;
}
</style>
border-color css
<style>
span { border-color: #2A10DA; }
span { border-color: rgb(42,16,218); }
td.TdClassName
{
border-color: #2A10DA;
}
.TagClassName
{
border-color: #2A10DA;
}
</style>