Shades of Blue #2119EF
Tints of Blue #2119EF
RGB
CMYK
RGB Variations
Color information
#2119EF (or 0x2119EF) is known color: Blue. HEX triplet: 21, 19 and EF. RGB value is (33,25,239). Sum of RGB (Red+Green+Blue) = 33+25+239=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 239 (93.75% from 255 or 80.47% from 297); Max value from RGB is 239 - color contains mainly: blue. Hex color #2119EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2119EF is #DEE610. Grayscale: #323232. Windows color (decimal): -14607889 or 15669537. OLE color: 15669537.
HSL color Cylindrical-coordinate representation of color #2119EF: hue angle of 242.24º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2119EF is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 25 | 239 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.06 |
| HSL | 242.24º | 0.87% | 0.52% | - |
| HSV(B) | 242.24º | 0.9% | 0.94% | - |
| XYZ | 16.55 | 7.25 | 82.19 | - |
| YUV | 51.79 | 233.65 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 239 | 0.86 | 0.90 | 0 | 0.06 | 242.24 | 0.87 | 0.52 |
| Hex | 21 | 19 | EF | 56 | 5A | 0 | 6 | F2 | 57 | 34 |
| Octal | 41 | 31 | 357 | 126 | 132 | 0 | 6 | 362 | 127 | 64 |
| Binary | 100001 | 11001 | 11101111 | 1010110 | 1011010 | 0 | 110 | 11110010 | 1010111 | 110100 |
Color Harmonies of #2119EF
Complementary color
Monochromatic Colors of #2119EF
Black with #2119EF
Text Example
Text Example
White with #2119EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2119EF; }
p { color: rgb(33,25,239); }
H1.HeaderClassName
{
color: #2119EF;
}
.AnyTagClassName
{
color: #2119EF;
}
</style>
background-color css
<style>
a { background-color: #2119EF; }
a { background-color: rgb(33,25,239); }
div.DivClassName
{
background-color: #2119EF;
}
.BgClassName
{
background-color: #2119EF;
}
</style>
border-color css
<style>
span { border-color: #2119EF; }
span { border-color: rgb(33,25,239); }
td.TdClassName
{
border-color: #2119EF;
}
.TagClassName
{
border-color: #2119EF;
}
</style>