Shades of Medium Blue #2208CE
Tints of Medium Blue #2208CE
RGB
CMYK
RGB Variations
Color information
#2208CE (or 0x2208CE) is known color: Medium Blue. HEX triplet: 22, 08 and CE. RGB value is (34,8,206). Sum of RGB (Red+Green+Blue) = 34+8+206=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 206 (80.86% from 255 or 83.06% from 248); Max value from RGB is 206 - color contains mainly: blue. Hex color #2208CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2208CE is #DDF731. Grayscale: #252525. Windows color (decimal): -14546738 or 13502498. OLE color: 13502498.
HSL color Cylindrical-coordinate representation of color #2208CE: hue angle of 247.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2208CE is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 8 | 206 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.19 |
| HSL | 247.88º | 0.93% | 0.42% | - |
| HSV(B) | 247.88º | 0.96% | 0.81% | - |
| XYZ | 11.89 | 4.97 | 58.73 | - |
| YUV | 38.35 | 222.61 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 206 | 0.83 | 0.96 | 0 | 0.19 | 247.88 | 0.93 | 0.42 |
| Hex | 22 | 8 | CE | 53 | 60 | 0 | 13 | F8 | 5D | 2A |
| Octal | 42 | 10 | 316 | 123 | 140 | 0 | 23 | 370 | 135 | 52 |
| Binary | 100010 | 1000 | 11001110 | 1010011 | 1100000 | 0 | 10011 | 11111000 | 1011101 | 101010 |
Color Harmonies of #2208CE
Complementary color
Monochromatic Colors of #2208CE
Black with #2208CE
Text Example
Text Example
White with #2208CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2208CE; }
p { color: rgb(34,8,206); }
H1.HeaderClassName
{
color: #2208CE;
}
.AnyTagClassName
{
color: #2208CE;
}
</style>
background-color css
<style>
a { background-color: #2208CE; }
a { background-color: rgb(34,8,206); }
div.DivClassName
{
background-color: #2208CE;
}
.BgClassName
{
background-color: #2208CE;
}
</style>
border-color css
<style>
span { border-color: #2208CE; }
span { border-color: rgb(34,8,206); }
td.TdClassName
{
border-color: #2208CE;
}
.TagClassName
{
border-color: #2208CE;
}
</style>