Shades of Medium Blue #2A17D8
Tints of Medium Blue #2A17D8
RGB
CMYK
RGB Variations
Color information
#2A17D8 (or 0x2A17D8) is known color: Medium Blue. HEX triplet: 2A, 17 and D8. RGB value is (42,23,216). Sum of RGB (Red+Green+Blue) = 42+23+216=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 216 (84.77% from 255 or 76.87% from 281); Max value from RGB is 216 - color contains mainly: blue. Hex color #2A17D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A17D8 is #D5E827. Grayscale: #313131. Windows color (decimal): -14018600 or 14161706. OLE color: 14161706.
HSL color Cylindrical-coordinate representation of color #2A17D8: hue angle of 245.91º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A17D8 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 23 | 216 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.15 |
| HSL | 245.91º | 0.81% | 0.47% | - |
| HSV(B) | 245.91º | 0.89% | 0.85% | - |
| XYZ | 13.66 | 6.06 | 65.42 | - |
| YUV | 50.68 | 221.29 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 216 | 0.81 | 0.89 | 0 | 0.15 | 245.91 | 0.81 | 0.47 |
| Hex | 2A | 17 | D8 | 51 | 59 | 0 | F | F6 | 51 | 2F |
| Octal | 52 | 27 | 330 | 121 | 131 | 0 | 17 | 366 | 121 | 57 |
| Binary | 101010 | 10111 | 11011000 | 1010001 | 1011001 | 0 | 1111 | 11110110 | 1010001 | 101111 |
Color Harmonies of #2A17D8
Complementary color
Monochromatic Colors of #2A17D8
Black with #2A17D8
Text Example
Text Example
White with #2A17D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A17D8; }
p { color: rgb(42,23,216); }
H1.HeaderClassName
{
color: #2A17D8;
}
.AnyTagClassName
{
color: #2A17D8;
}
</style>
background-color css
<style>
a { background-color: #2A17D8; }
a { background-color: rgb(42,23,216); }
div.DivClassName
{
background-color: #2A17D8;
}
.BgClassName
{
background-color: #2A17D8;
}
</style>
border-color css
<style>
span { border-color: #2A17D8; }
span { border-color: rgb(42,23,216); }
td.TdClassName
{
border-color: #2A17D8;
}
.TagClassName
{
border-color: #2A17D8;
}
</style>