Shades of Medium Blue #2103E5
Tints of Medium Blue #2103E5
RGB
CMYK
RGB Variations
Color information
#2103E5 (or 0x2103E5) is known color: Medium Blue. HEX triplet: 21, 03 and E5. RGB value is (33,3,229). Sum of RGB (Red+Green+Blue) = 33+3+229=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 229 (89.84% from 255 or 86.42% from 265); Max value from RGB is 229 - color contains mainly: blue. Hex color #2103E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2103E5 is #DEFC1A. Grayscale: #242424. Windows color (decimal): -14613531 or 15008545. OLE color: 15008545.
HSL color Cylindrical-coordinate representation of color #2103E5: hue angle of 247.96º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2103E5 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 3 | 229 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.10 |
| HSL | 247.96º | 0.97% | 0.45% | - |
| HSV(B) | 247.96º | 0.99% | 0.9% | - |
| XYZ | 14.8 | 6.05 | 74.52 | - |
| YUV | 37.73 | 235.94 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 229 | 0.86 | 0.99 | 0 | 0.10 | 247.96 | 0.97 | 0.45 |
| Hex | 21 | 3 | E5 | 56 | 63 | 0 | A | F8 | 61 | 2D |
| Octal | 41 | 3 | 345 | 126 | 143 | 0 | 12 | 370 | 141 | 55 |
| Binary | 100001 | 11 | 11100101 | 1010110 | 1100011 | 0 | 1010 | 11111000 | 1100001 | 101101 |
Color Harmonies of #2103E5
Complementary color
Monochromatic Colors of #2103E5
Black with #2103E5
Text Example
Text Example
White with #2103E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2103E5; }
p { color: rgb(33,3,229); }
H1.HeaderClassName
{
color: #2103E5;
}
.AnyTagClassName
{
color: #2103E5;
}
</style>
background-color css
<style>
a { background-color: #2103E5; }
a { background-color: rgb(33,3,229); }
div.DivClassName
{
background-color: #2103E5;
}
.BgClassName
{
background-color: #2103E5;
}
</style>
border-color css
<style>
span { border-color: #2103E5; }
span { border-color: rgb(33,3,229); }
td.TdClassName
{
border-color: #2103E5;
}
.TagClassName
{
border-color: #2103E5;
}
</style>