Shades of Blue #2129F2
Tints of Blue #2129F2
RGB
CMYK
RGB Variations
Color information
#2129F2 (or 0x2129F2) is known color: Blue. HEX triplet: 21, 29 and F2. RGB value is (33,41,242). Sum of RGB (Red+Green+Blue) = 33+41+242=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 242 (94.92% from 255 or 76.58% from 316); Max value from RGB is 242 - color contains mainly: blue. Hex color #2129F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2129F2 is #DED60D. Grayscale: #3C3C3C. Windows color (decimal): -14603790 or 15870241. OLE color: 15870241.
HSL color Cylindrical-coordinate representation of color #2129F2: hue angle of 237.7º 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 #2129F2 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 41 | 242 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.05 |
| HSL | 237.7º | 0.89% | 0.54% | - |
| HSV(B) | 237.7º | 0.86% | 0.95% | - |
| XYZ | 17.45 | 8.32 | 84.69 | - |
| YUV | 61.52 | 229.85 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 242 | 0.86 | 0.83 | 0 | 0.05 | 237.7 | 0.89 | 0.54 |
| Hex | 21 | 29 | F2 | 56 | 53 | 0 | 5 | EE | 59 | 36 |
| Octal | 41 | 51 | 362 | 126 | 123 | 0 | 5 | 356 | 131 | 66 |
| Binary | 100001 | 101001 | 11110010 | 1010110 | 1010011 | 0 | 101 | 11101110 | 1011001 | 110110 |
Color Harmonies of #2129F2
Complementary color
Monochromatic Colors of #2129F2
Black with #2129F2
Text Example
Text Example
White with #2129F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2129F2; }
p { color: rgb(33,41,242); }
H1.HeaderClassName
{
color: #2129F2;
}
.AnyTagClassName
{
color: #2129F2;
}
</style>
background-color css
<style>
a { background-color: #2129F2; }
a { background-color: rgb(33,41,242); }
div.DivClassName
{
background-color: #2129F2;
}
.BgClassName
{
background-color: #2129F2;
}
</style>
border-color css
<style>
span { border-color: #2129F2; }
span { border-color: rgb(33,41,242); }
td.TdClassName
{
border-color: #2129F2;
}
.TagClassName
{
border-color: #2129F2;
}
</style>