Shades of Medium Blue #2015D9
Tints of Medium Blue #2015D9
RGB
CMYK
RGB Variations
Color information
#2015D9 (or 0x2015D9) is known color: Medium Blue. HEX triplet: 20, 15 and D9. RGB value is (32,21,217). Sum of RGB (Red+Green+Blue) = 32+21+217=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 217 (85.16% from 255 or 80.37% from 270); Max value from RGB is 217 - color contains mainly: blue. Hex color #2015D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015D9 is #DFEA26. Grayscale: #2D2D2D. Windows color (decimal): -14674471 or 14226720. OLE color: 14226720.
HSL color Cylindrical-coordinate representation of color #2015D9: hue angle of 243.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2015D9 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 21 | 217 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.15 |
| HSL | 243.37º | 0.82% | 0.47% | - |
| HSV(B) | 243.37º | 0.9% | 0.85% | - |
| XYZ | 13.39 | 5.85 | 66.07 | - |
| YUV | 46.63 | 224.14 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 217 | 0.85 | 0.90 | 0 | 0.15 | 243.37 | 0.82 | 0.47 |
| Hex | 20 | 15 | D9 | 55 | 5A | 0 | F | F3 | 52 | 2F |
| Octal | 40 | 25 | 331 | 125 | 132 | 0 | 17 | 363 | 122 | 57 |
| Binary | 100000 | 10101 | 11011001 | 1010101 | 1011010 | 0 | 1111 | 11110011 | 1010010 | 101111 |
Color Harmonies of #2015D9
Complementary color
Monochromatic Colors of #2015D9
Black with #2015D9
Text Example
Text Example
White with #2015D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015D9; }
p { color: rgb(32,21,217); }
H1.HeaderClassName
{
color: #2015D9;
}
.AnyTagClassName
{
color: #2015D9;
}
</style>
background-color css
<style>
a { background-color: #2015D9; }
a { background-color: rgb(32,21,217); }
div.DivClassName
{
background-color: #2015D9;
}
.BgClassName
{
background-color: #2015D9;
}
</style>
border-color css
<style>
span { border-color: #2015D9; }
span { border-color: rgb(32,21,217); }
td.TdClassName
{
border-color: #2015D9;
}
.TagClassName
{
border-color: #2015D9;
}
</style>