Shades of Blue #2103E6
Tints of Blue #2103E6
RGB
CMYK
RGB Variations
Color information
#2103E6 (or 0x2103E6) is known color: Blue. HEX triplet: 21, 03 and E6. RGB value is (33,3,230). Sum of RGB (Red+Green+Blue) = 33+3+230=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 230 (90.23% from 255 or 86.47% from 266); Max value from RGB is 230 - color contains mainly: blue. Hex color #2103E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2103E6 is #DEFC19. Grayscale: #242424. Windows color (decimal): -14613530 or 15074081. OLE color: 15074081.
HSL color Cylindrical-coordinate representation of color #2103E6: hue angle of 247.93º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2103E6 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 3 | 230 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.10 |
| HSL | 247.93º | 0.97% | 0.46% | - |
| HSV(B) | 247.93º | 0.99% | 0.9% | - |
| XYZ | 14.94 | 6.1 | 75.25 | - |
| YUV | 37.85 | 236.44 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 230 | 0.86 | 0.99 | 0 | 0.10 | 247.93 | 0.97 | 0.46 |
| Hex | 21 | 3 | E6 | 56 | 63 | 0 | A | F8 | 61 | 2E |
| Octal | 41 | 3 | 346 | 126 | 143 | 0 | 12 | 370 | 141 | 56 |
| Binary | 100001 | 11 | 11100110 | 1010110 | 1100011 | 0 | 1010 | 11111000 | 1100001 | 101110 |
Color Harmonies of #2103E6
Complementary color
Monochromatic Colors of #2103E6
Black with #2103E6
Text Example
Text Example
White with #2103E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2103E6; }
p { color: rgb(33,3,230); }
H1.HeaderClassName
{
color: #2103E6;
}
.AnyTagClassName
{
color: #2103E6;
}
</style>
background-color css
<style>
a { background-color: #2103E6; }
a { background-color: rgb(33,3,230); }
div.DivClassName
{
background-color: #2103E6;
}
.BgClassName
{
background-color: #2103E6;
}
</style>
border-color css
<style>
span { border-color: #2103E6; }
span { border-color: rgb(33,3,230); }
td.TdClassName
{
border-color: #2103E6;
}
.TagClassName
{
border-color: #2103E6;
}
</style>