Shades of Medium Blue #2817D9
Tints of Medium Blue #2817D9
RGB
CMYK
RGB Variations
Color information
#2817D9 (or 0x2817D9) is known color: Medium Blue. HEX triplet: 28, 17 and D9. RGB value is (40,23,217). Sum of RGB (Red+Green+Blue) = 40+23+217=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 217 (85.16% from 255 or 77.5% from 280); Max value from RGB is 217 - color contains mainly: blue. Hex color #2817D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817D9 is #D7E826. Grayscale: #313131. Windows color (decimal): -14149671 or 14227240. OLE color: 14227240.
HSL color Cylindrical-coordinate representation of color #2817D9: hue angle of 245.26º 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 #2817D9 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 23 | 217 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.15 |
| HSL | 245.26º | 0.81% | 0.47% | - |
| HSV(B) | 245.26º | 0.89% | 0.85% | - |
| XYZ | 13.71 | 6.07 | 66.1 | - |
| YUV | 50.2 | 222.13 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 217 | 0.82 | 0.89 | 0 | 0.15 | 245.26 | 0.81 | 0.47 |
| Hex | 28 | 17 | D9 | 52 | 59 | 0 | F | F5 | 51 | 2F |
| Octal | 50 | 27 | 331 | 122 | 131 | 0 | 17 | 365 | 121 | 57 |
| Binary | 101000 | 10111 | 11011001 | 1010010 | 1011001 | 0 | 1111 | 11110101 | 1010001 | 101111 |
Color Harmonies of #2817D9
Complementary color
Monochromatic Colors of #2817D9
Black with #2817D9
Text Example
Text Example
White with #2817D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2817D9; }
p { color: rgb(40,23,217); }
H1.HeaderClassName
{
color: #2817D9;
}
.AnyTagClassName
{
color: #2817D9;
}
</style>
background-color css
<style>
a { background-color: #2817D9; }
a { background-color: rgb(40,23,217); }
div.DivClassName
{
background-color: #2817D9;
}
.BgClassName
{
background-color: #2817D9;
}
</style>
border-color css
<style>
span { border-color: #2817D9; }
span { border-color: rgb(40,23,217); }
td.TdClassName
{
border-color: #2817D9;
}
.TagClassName
{
border-color: #2817D9;
}
</style>