Shades of Medium Blue #2208DF
Tints of Medium Blue #2208DF
RGB
CMYK
RGB Variations
Color information
#2208DF (or 0x2208DF) is known color: Medium Blue. HEX triplet: 22, 08 and DF. RGB value is (34,8,223). Sum of RGB (Red+Green+Blue) = 34+8+223=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 223 (87.5% from 255 or 84.15% from 265); Max value from RGB is 223 - color contains mainly: blue. Hex color #2208DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2208DF is #DDF720. Grayscale: #272727. Windows color (decimal): -14546721 or 14616610. OLE color: 14616610.
HSL color Cylindrical-coordinate representation of color #2208DF: hue angle of 247.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2208DF is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 8 | 223 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.13 |
| HSL | 247.26º | 0.93% | 0.45% | - |
| HSV(B) | 247.26º | 0.96% | 0.87% | - |
| XYZ | 14.07 | 5.84 | 70.2 | - |
| YUV | 40.28 | 231.11 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 223 | 0.85 | 0.96 | 0 | 0.13 | 247.26 | 0.93 | 0.45 |
| Hex | 22 | 8 | DF | 55 | 60 | 0 | D | F7 | 5D | 2D |
| Octal | 42 | 10 | 337 | 125 | 140 | 0 | 15 | 367 | 135 | 55 |
| Binary | 100010 | 1000 | 11011111 | 1010101 | 1100000 | 0 | 1101 | 11110111 | 1011101 | 101101 |
Color Harmonies of #2208DF
Complementary color
Monochromatic Colors of #2208DF
Black with #2208DF
Text Example
Text Example
White with #2208DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2208DF; }
p { color: rgb(34,8,223); }
H1.HeaderClassName
{
color: #2208DF;
}
.AnyTagClassName
{
color: #2208DF;
}
</style>
background-color css
<style>
a { background-color: #2208DF; }
a { background-color: rgb(34,8,223); }
div.DivClassName
{
background-color: #2208DF;
}
.BgClassName
{
background-color: #2208DF;
}
</style>
border-color css
<style>
span { border-color: #2208DF; }
span { border-color: rgb(34,8,223); }
td.TdClassName
{
border-color: #2208DF;
}
.TagClassName
{
border-color: #2208DF;
}
</style>