Shades of Medium Blue #2103B7
Tints of Medium Blue #2103B7
RGB
CMYK
RGB Variations
Color information
#2103B7 (or 0x2103B7) is known color: Medium Blue. HEX triplet: 21, 03 and B7. RGB value is (33,3,183). Sum of RGB (Red+Green+Blue) = 33+3+183=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 183 (71.88% from 255 or 83.56% from 219); Max value from RGB is 183 - color contains mainly: blue. Hex color #2103B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2103B7 is #DEFC48. Grayscale: #1F1F1F. Windows color (decimal): -14613577 or 11993889. OLE color: 11993889.
HSL color Cylindrical-coordinate representation of color #2103B7: hue angle of 250º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2103B7 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 3 | 183 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.28 |
| HSL | 250º | 0.97% | 0.36% | - |
| HSV(B) | 250º | 0.98% | 0.72% | - |
| XYZ | 9.21 | 3.81 | 45.05 | - |
| YUV | 32.49 | 212.94 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 183 | 0.82 | 0.98 | 0 | 0.28 | 250 | 0.97 | 0.36 |
| Hex | 21 | 3 | B7 | 52 | 62 | 0 | 1C | FA | 61 | 24 |
| Octal | 41 | 3 | 267 | 122 | 142 | 0 | 34 | 372 | 141 | 44 |
| Binary | 100001 | 11 | 10110111 | 1010010 | 1100010 | 0 | 11100 | 11111010 | 1100001 | 100100 |
Color Harmonies of #2103B7
Complementary color
Monochromatic Colors of #2103B7
Black with #2103B7
Text Example
Text Example
White with #2103B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2103B7; }
p { color: rgb(33,3,183); }
H1.HeaderClassName
{
color: #2103B7;
}
.AnyTagClassName
{
color: #2103B7;
}
</style>
background-color css
<style>
a { background-color: #2103B7; }
a { background-color: rgb(33,3,183); }
div.DivClassName
{
background-color: #2103B7;
}
.BgClassName
{
background-color: #2103B7;
}
</style>
border-color css
<style>
span { border-color: #2103B7; }
span { border-color: rgb(33,3,183); }
td.TdClassName
{
border-color: #2103B7;
}
.TagClassName
{
border-color: #2103B7;
}
</style>