Shades of Medium Blue #2A10D8
Tints of Medium Blue #2A10D8
RGB
CMYK
RGB Variations
Color information
#2A10D8 (or 0x2A10D8) is known color: Medium Blue. HEX triplet: 2A, 10 and D8. RGB value is (42,16,216). Sum of RGB (Red+Green+Blue) = 42+16+216=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 216 (84.77% from 255 or 78.83% from 274); Max value from RGB is 216 - color contains mainly: blue. Hex color #2A10D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A10D8 is #D5EF27. Grayscale: #2D2D2D. Windows color (decimal): -14020392 or 14159914. OLE color: 14159914.
HSL color Cylindrical-coordinate representation of color #2A10D8: hue angle of 247.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A10D8 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 16 | 216 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.15 |
| HSL | 247.8º | 0.86% | 0.45% | - |
| HSV(B) | 247.8º | 0.93% | 0.85% | - |
| XYZ | 13.53 | 5.82 | 65.38 | - |
| YUV | 46.57 | 223.61 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 216 | 0.81 | 0.93 | 0 | 0.15 | 247.8 | 0.86 | 0.45 |
| Hex | 2A | 10 | D8 | 51 | 5D | 0 | F | F8 | 56 | 2D |
| Octal | 52 | 20 | 330 | 121 | 135 | 0 | 17 | 370 | 126 | 55 |
| Binary | 101010 | 10000 | 11011000 | 1010001 | 1011101 | 0 | 1111 | 11111000 | 1010110 | 101101 |
Color Harmonies of #2A10D8
Complementary color
Monochromatic Colors of #2A10D8
Black with #2A10D8
Text Example
Text Example
White with #2A10D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A10D8; }
p { color: rgb(42,16,216); }
H1.HeaderClassName
{
color: #2A10D8;
}
.AnyTagClassName
{
color: #2A10D8;
}
</style>
background-color css
<style>
a { background-color: #2A10D8; }
a { background-color: rgb(42,16,216); }
div.DivClassName
{
background-color: #2A10D8;
}
.BgClassName
{
background-color: #2A10D8;
}
</style>
border-color css
<style>
span { border-color: #2A10D8; }
span { border-color: rgb(42,16,216); }
td.TdClassName
{
border-color: #2A10D8;
}
.TagClassName
{
border-color: #2A10D8;
}
</style>