Shades of Blue #2112EF
Tints of Blue #2112EF
RGB
CMYK
RGB Variations
Color information
#2112EF (or 0x2112EF) is known color: Blue. HEX triplet: 21, 12 and EF. RGB value is (33,18,239). Sum of RGB (Red+Green+Blue) = 33+18+239=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #2112EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2112EF is #DEED10. Grayscale: #2E2E2E. Windows color (decimal): -14609681 or 15667745. OLE color: 15667745.
HSL color Cylindrical-coordinate representation of color #2112EF: hue angle of 244.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2112EF is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 18 | 239 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.06 |
| HSL | 244.07º | 0.87% | 0.5% | - |
| HSV(B) | 244.07º | 0.92% | 0.94% | - |
| XYZ | 16.42 | 6.99 | 82.14 | - |
| YUV | 47.68 | 235.97 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 239 | 0.86 | 0.92 | 0 | 0.06 | 244.07 | 0.87 | 0.5 |
| Hex | 21 | 12 | EF | 56 | 5C | 0 | 6 | F4 | 57 | 32 |
| Octal | 41 | 22 | 357 | 126 | 134 | 0 | 6 | 364 | 127 | 62 |
| Binary | 100001 | 10010 | 11101111 | 1010110 | 1011100 | 0 | 110 | 11110100 | 1010111 | 110010 |
Color Harmonies of #2112EF
Complementary color
Monochromatic Colors of #2112EF
Black with #2112EF
Text Example
Text Example
White with #2112EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2112EF; }
p { color: rgb(33,18,239); }
H1.HeaderClassName
{
color: #2112EF;
}
.AnyTagClassName
{
color: #2112EF;
}
</style>
background-color css
<style>
a { background-color: #2112EF; }
a { background-color: rgb(33,18,239); }
div.DivClassName
{
background-color: #2112EF;
}
.BgClassName
{
background-color: #2112EF;
}
</style>
border-color css
<style>
span { border-color: #2112EF; }
span { border-color: rgb(33,18,239); }
td.TdClassName
{
border-color: #2112EF;
}
.TagClassName
{
border-color: #2112EF;
}
</style>