Shades of Medium Blue #2103CC
Tints of Medium Blue #2103CC
RGB
CMYK
RGB Variations
Color information
#2103CC (or 0x2103CC) is known color: Medium Blue. HEX triplet: 21, 03 and CC. RGB value is (33,3,204). Sum of RGB (Red+Green+Blue) = 33+3+204=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 204 (80.08% from 255 or 85% from 240); Max value from RGB is 204 - color contains mainly: blue. Hex color #2103CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2103CC is #DEFC33. Grayscale: #222222. Windows color (decimal): -14613556 or 13370145. OLE color: 13370145.
HSL color Cylindrical-coordinate representation of color #2103CC: hue angle of 248.96º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2103CC is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 3 | 204 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.2 |
| HSL | 248.96º | 0.97% | 0.41% | - |
| HSV(B) | 248.96º | 0.99% | 0.8% | - |
| XYZ | 11.56 | 4.75 | 57.43 | - |
| YUV | 34.88 | 223.44 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 204 | 0.84 | 0.99 | 0 | 0.2 | 248.96 | 0.97 | 0.41 |
| Hex | 21 | 3 | CC | 54 | 63 | 0 | 14 | F9 | 61 | 29 |
| Octal | 41 | 3 | 314 | 124 | 143 | 0 | 24 | 371 | 141 | 51 |
| Binary | 100001 | 11 | 11001100 | 1010100 | 1100011 | 0 | 10100 | 11111001 | 1100001 | 101001 |
Color Harmonies of #2103CC
Complementary color
Monochromatic Colors of #2103CC
Black with #2103CC
Text Example
Text Example
White with #2103CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2103CC; }
p { color: rgb(33,3,204); }
H1.HeaderClassName
{
color: #2103CC;
}
.AnyTagClassName
{
color: #2103CC;
}
</style>
background-color css
<style>
a { background-color: #2103CC; }
a { background-color: rgb(33,3,204); }
div.DivClassName
{
background-color: #2103CC;
}
.BgClassName
{
background-color: #2103CC;
}
</style>
border-color css
<style>
span { border-color: #2103CC; }
span { border-color: rgb(33,3,204); }
td.TdClassName
{
border-color: #2103CC;
}
.TagClassName
{
border-color: #2103CC;
}
</style>