Shades of Blue #2128F2
Tints of Blue #2128F2
RGB
CMYK
RGB Variations
Color information
#2128F2 (or 0x2128F2) is known color: Blue. HEX triplet: 21, 28 and F2. RGB value is (33,40,242). Sum of RGB (Red+Green+Blue) = 33+40+242=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 242 (94.92% from 255 or 76.83% from 315); Max value from RGB is 242 - color contains mainly: blue. Hex color #2128F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2128F2 is #DED70D. Grayscale: #3C3C3C. Windows color (decimal): -14604046 or 15869985. OLE color: 15869985.
HSL color Cylindrical-coordinate representation of color #2128F2: hue angle of 237.99º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2128F2 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 40 | 242 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.05 |
| HSL | 237.99º | 0.89% | 0.54% | - |
| HSV(B) | 237.99º | 0.86% | 0.95% | - |
| XYZ | 17.41 | 8.25 | 84.68 | - |
| YUV | 60.94 | 230.18 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 242 | 0.86 | 0.83 | 0 | 0.05 | 237.99 | 0.89 | 0.54 |
| Hex | 21 | 28 | F2 | 56 | 53 | 0 | 5 | EE | 59 | 36 |
| Octal | 41 | 50 | 362 | 126 | 123 | 0 | 5 | 356 | 131 | 66 |
| Binary | 100001 | 101000 | 11110010 | 1010110 | 1010011 | 0 | 101 | 11101110 | 1011001 | 110110 |
Color Harmonies of #2128F2
Complementary color
Monochromatic Colors of #2128F2
Black with #2128F2
Text Example
Text Example
White with #2128F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2128F2; }
p { color: rgb(33,40,242); }
H1.HeaderClassName
{
color: #2128F2;
}
.AnyTagClassName
{
color: #2128F2;
}
</style>
background-color css
<style>
a { background-color: #2128F2; }
a { background-color: rgb(33,40,242); }
div.DivClassName
{
background-color: #2128F2;
}
.BgClassName
{
background-color: #2128F2;
}
</style>
border-color css
<style>
span { border-color: #2128F2; }
span { border-color: rgb(33,40,242); }
td.TdClassName
{
border-color: #2128F2;
}
.TagClassName
{
border-color: #2128F2;
}
</style>