Shades of Medium Blue #2212D8
Tints of Medium Blue #2212D8
RGB
CMYK
RGB Variations
Color information
#2212D8 (or 0x2212D8) is known color: Medium Blue. HEX triplet: 22, 12 and D8. RGB value is (34,18,216). Sum of RGB (Red+Green+Blue) = 34+18+216=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 216 (84.77% from 255 or 80.60% from 268); Max value from RGB is 216 - color contains mainly: blue. Hex color #2212D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2212D8 is #DDED27. Grayscale: #2C2C2C. Windows color (decimal): -14544168 or 14160418. OLE color: 14160418.
HSL color Cylindrical-coordinate representation of color #2212D8: hue angle of 244.85º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2212D8 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 18 | 216 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.15 |
| HSL | 244.85º | 0.85% | 0.46% | - |
| HSV(B) | 244.85º | 0.92% | 0.85% | - |
| XYZ | 13.27 | 5.73 | 65.37 | - |
| YUV | 45.36 | 224.3 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 216 | 0.84 | 0.92 | 0 | 0.15 | 244.85 | 0.85 | 0.46 |
| Hex | 22 | 12 | D8 | 54 | 5C | 0 | F | F5 | 55 | 2E |
| Octal | 42 | 22 | 330 | 124 | 134 | 0 | 17 | 365 | 125 | 56 |
| Binary | 100010 | 10010 | 11011000 | 1010100 | 1011100 | 0 | 1111 | 11110101 | 1010101 | 101110 |
Color Harmonies of #2212D8
Complementary color
Monochromatic Colors of #2212D8
Black with #2212D8
Text Example
Text Example
White with #2212D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2212D8; }
p { color: rgb(34,18,216); }
H1.HeaderClassName
{
color: #2212D8;
}
.AnyTagClassName
{
color: #2212D8;
}
</style>
background-color css
<style>
a { background-color: #2212D8; }
a { background-color: rgb(34,18,216); }
div.DivClassName
{
background-color: #2212D8;
}
.BgClassName
{
background-color: #2212D8;
}
</style>
border-color css
<style>
span { border-color: #2212D8; }
span { border-color: rgb(34,18,216); }
td.TdClassName
{
border-color: #2212D8;
}
.TagClassName
{
border-color: #2212D8;
}
</style>