Shades of Blue #2123EC
Tints of Blue #2123EC
RGB
CMYK
RGB Variations
Color information
#2123EC (or 0x2123EC) is known color: Blue. HEX triplet: 21, 23 and EC. RGB value is (33,35,236). Sum of RGB (Red+Green+Blue) = 33+35+236=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #2123EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2123EC is #DEDC13. Grayscale: #383838. Windows color (decimal): -14605332 or 15475489. OLE color: 15475489.
HSL color Cylindrical-coordinate representation of color #2123EC: hue angle of 239.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2123EC is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 35 | 236 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.07 |
| HSL | 239.41º | 0.84% | 0.53% | - |
| HSV(B) | 239.41º | 0.86% | 0.93% | - |
| XYZ | 16.37 | 7.58 | 79.96 | - |
| YUV | 57.32 | 228.84 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 236 | 0.86 | 0.85 | 0 | 0.07 | 239.41 | 0.84 | 0.53 |
| Hex | 21 | 23 | EC | 56 | 55 | 0 | 7 | EF | 54 | 35 |
| Octal | 41 | 43 | 354 | 126 | 125 | 0 | 7 | 357 | 124 | 65 |
| Binary | 100001 | 100011 | 11101100 | 1010110 | 1010101 | 0 | 111 | 11101111 | 1010100 | 110101 |
Color Harmonies of #2123EC
Complementary color
Monochromatic Colors of #2123EC
Black with #2123EC
Text Example
Text Example
White with #2123EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2123EC; }
p { color: rgb(33,35,236); }
H1.HeaderClassName
{
color: #2123EC;
}
.AnyTagClassName
{
color: #2123EC;
}
</style>
background-color css
<style>
a { background-color: #2123EC; }
a { background-color: rgb(33,35,236); }
div.DivClassName
{
background-color: #2123EC;
}
.BgClassName
{
background-color: #2123EC;
}
</style>
border-color css
<style>
span { border-color: #2123EC; }
span { border-color: rgb(33,35,236); }
td.TdClassName
{
border-color: #2123EC;
}
.TagClassName
{
border-color: #2123EC;
}
</style>