Shades of Blue #2128EF
Tints of Blue #2128EF
RGB
CMYK
RGB Variations
Color information
#2128EF (or 0x2128EF) is known color: Blue. HEX triplet: 21, 28 and EF. RGB value is (33,40,239). Sum of RGB (Red+Green+Blue) = 33+40+239=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #2128EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2128EF is #DED710. Grayscale: #3B3B3B. Windows color (decimal): -14604049 or 15673377. OLE color: 15673377.
HSL color Cylindrical-coordinate representation of color #2128EF: hue angle of 237.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2128EF is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 40 | 239 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.06 |
| HSL | 237.96º | 0.87% | 0.53% | - |
| HSV(B) | 237.96º | 0.86% | 0.94% | - |
| XYZ | 16.97 | 8.07 | 82.33 | - |
| YUV | 60.59 | 228.68 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 239 | 0.86 | 0.83 | 0 | 0.06 | 237.96 | 0.87 | 0.53 |
| Hex | 21 | 28 | EF | 56 | 53 | 0 | 6 | EE | 57 | 35 |
| Octal | 41 | 50 | 357 | 126 | 123 | 0 | 6 | 356 | 127 | 65 |
| Binary | 100001 | 101000 | 11101111 | 1010110 | 1010011 | 0 | 110 | 11101110 | 1010111 | 110101 |
Color Harmonies of #2128EF
Complementary color
Monochromatic Colors of #2128EF
Black with #2128EF
Text Example
Text Example
White with #2128EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2128EF; }
p { color: rgb(33,40,239); }
H1.HeaderClassName
{
color: #2128EF;
}
.AnyTagClassName
{
color: #2128EF;
}
</style>
background-color css
<style>
a { background-color: #2128EF; }
a { background-color: rgb(33,40,239); }
div.DivClassName
{
background-color: #2128EF;
}
.BgClassName
{
background-color: #2128EF;
}
</style>
border-color css
<style>
span { border-color: #2128EF; }
span { border-color: rgb(33,40,239); }
td.TdClassName
{
border-color: #2128EF;
}
.TagClassName
{
border-color: #2128EF;
}
</style>