Shades of Medium Blue #2A10D0
Tints of Medium Blue #2A10D0
RGB
CMYK
RGB Variations
Color information
#2A10D0 (or 0x2A10D0) is known color: Medium Blue. HEX triplet: 2A, 10 and D0. RGB value is (42,16,208). Sum of RGB (Red+Green+Blue) = 42+16+208=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 208 (81.64% from 255 or 78.20% from 266); Max value from RGB is 208 - color contains mainly: blue. Hex color #2A10D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A10D0 is #D5EF2F. Grayscale: #2C2C2C. Windows color (decimal): -14020400 or 13635626. OLE color: 13635626.
HSL color Cylindrical-coordinate representation of color #2A10D0: hue angle of 248.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A10D0 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 16 | 208 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.18 |
| HSL | 248.13º | 0.86% | 0.44% | - |
| HSV(B) | 248.13º | 0.92% | 0.82% | - |
| XYZ | 12.53 | 5.42 | 60.06 | - |
| YUV | 45.66 | 219.61 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 208 | 0.80 | 0.92 | 0 | 0.18 | 248.13 | 0.86 | 0.44 |
| Hex | 2A | 10 | D0 | 50 | 5C | 0 | 12 | F8 | 56 | 2C |
| Octal | 52 | 20 | 320 | 120 | 134 | 0 | 22 | 370 | 126 | 54 |
| Binary | 101010 | 10000 | 11010000 | 1010000 | 1011100 | 0 | 10010 | 11111000 | 1010110 | 101100 |
Color Harmonies of #2A10D0
Complementary color
Monochromatic Colors of #2A10D0
Black with #2A10D0
Text Example
Text Example
White with #2A10D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A10D0; }
p { color: rgb(42,16,208); }
H1.HeaderClassName
{
color: #2A10D0;
}
.AnyTagClassName
{
color: #2A10D0;
}
</style>
background-color css
<style>
a { background-color: #2A10D0; }
a { background-color: rgb(42,16,208); }
div.DivClassName
{
background-color: #2A10D0;
}
.BgClassName
{
background-color: #2A10D0;
}
</style>
border-color css
<style>
span { border-color: #2A10D0; }
span { border-color: rgb(42,16,208); }
td.TdClassName
{
border-color: #2A10D0;
}
.TagClassName
{
border-color: #2A10D0;
}
</style>