Shades of Medium Blue #2205DC
Tints of Medium Blue #2205DC
RGB
CMYK
RGB Variations
Color information
#2205DC (or 0x2205DC) is known color: Medium Blue. HEX triplet: 22, 05 and DC. RGB value is (34,5,220). Sum of RGB (Red+Green+Blue) = 34+5+220=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 220 (86.33% from 255 or 84.94% from 259); Max value from RGB is 220 - color contains mainly: blue. Hex color #2205DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2205DC is #DDFA23. Grayscale: #252525. Windows color (decimal): -14547492 or 14419234. OLE color: 14419234.
HSL color Cylindrical-coordinate representation of color #2205DC: hue angle of 248.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2205DC is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 5 | 220 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.14 |
| HSL | 248.09º | 0.96% | 0.44% | - |
| HSV(B) | 248.09º | 0.98% | 0.86% | - |
| XYZ | 13.63 | 5.62 | 68.08 | - |
| YUV | 38.18 | 230.61 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 5 | 220 | 0.85 | 0.98 | 0 | 0.14 | 248.09 | 0.96 | 0.44 |
| Hex | 22 | 5 | DC | 55 | 62 | 0 | E | F8 | 60 | 2C |
| Octal | 42 | 5 | 334 | 125 | 142 | 0 | 16 | 370 | 140 | 54 |
| Binary | 100010 | 101 | 11011100 | 1010101 | 1100010 | 0 | 1110 | 11111000 | 1100000 | 101100 |
Color Harmonies of #2205DC
Complementary color
Monochromatic Colors of #2205DC
Black with #2205DC
Text Example
Text Example
White with #2205DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2205DC; }
p { color: rgb(34,5,220); }
H1.HeaderClassName
{
color: #2205DC;
}
.AnyTagClassName
{
color: #2205DC;
}
</style>
background-color css
<style>
a { background-color: #2205DC; }
a { background-color: rgb(34,5,220); }
div.DivClassName
{
background-color: #2205DC;
}
.BgClassName
{
background-color: #2205DC;
}
</style>
border-color css
<style>
span { border-color: #2205DC; }
span { border-color: rgb(34,5,220); }
td.TdClassName
{
border-color: #2205DC;
}
.TagClassName
{
border-color: #2205DC;
}
</style>