Shades of Medium Blue #2015CB
Tints of Medium Blue #2015CB
RGB
CMYK
RGB Variations
Color information
#2015CB (or 0x2015CB) is known color: Medium Blue. HEX triplet: 20, 15 and CB. RGB value is (32,21,203). Sum of RGB (Red+Green+Blue) = 32+21+203=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #2015CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015CB is #DFEA34. Grayscale: #2C2C2C. Windows color (decimal): -14674485 or 13309216. OLE color: 13309216.
HSL color Cylindrical-coordinate representation of color #2015CB: hue angle of 243.63º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2015CB is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 21 | 203 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.20 |
| HSL | 243.63º | 0.81% | 0.44% | - |
| HSV(B) | 243.63º | 0.9% | 0.8% | - |
| XYZ | 11.64 | 5.16 | 56.88 | - |
| YUV | 45.04 | 217.14 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 203 | 0.84 | 0.90 | 0 | 0.20 | 243.63 | 0.81 | 0.44 |
| Hex | 20 | 15 | CB | 54 | 5A | 0 | 14 | F4 | 51 | 2C |
| Octal | 40 | 25 | 313 | 124 | 132 | 0 | 24 | 364 | 121 | 54 |
| Binary | 100000 | 10101 | 11001011 | 1010100 | 1011010 | 0 | 10100 | 11110100 | 1010001 | 101100 |
Color Harmonies of #2015CB
Complementary color
Monochromatic Colors of #2015CB
Black with #2015CB
Text Example
Text Example
White with #2015CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015CB; }
p { color: rgb(32,21,203); }
H1.HeaderClassName
{
color: #2015CB;
}
.AnyTagClassName
{
color: #2015CB;
}
</style>
background-color css
<style>
a { background-color: #2015CB; }
a { background-color: rgb(32,21,203); }
div.DivClassName
{
background-color: #2015CB;
}
.BgClassName
{
background-color: #2015CB;
}
</style>
border-color css
<style>
span { border-color: #2015CB; }
span { border-color: rgb(32,21,203); }
td.TdClassName
{
border-color: #2015CB;
}
.TagClassName
{
border-color: #2015CB;
}
</style>