Shades of Medium Blue #2204DF
Tints of Medium Blue #2204DF
RGB
CMYK
RGB Variations
Color information
#2204DF (or 0x2204DF) is known color: Medium Blue. HEX triplet: 22, 04 and DF. RGB value is (34,4,223). Sum of RGB (Red+Green+Blue) = 34+4+223=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 223 (87.5% from 255 or 85.44% from 261); Max value from RGB is 223 - color contains mainly: blue. Hex color #2204DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2204DF is #DDFB20. Grayscale: #252525. Windows color (decimal): -14547745 or 14615586. OLE color: 14615586.
HSL color Cylindrical-coordinate representation of color #2204DF: hue angle of 248.22º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2204DF is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 4 | 223 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.13 |
| HSL | 248.22º | 0.96% | 0.45% | - |
| HSV(B) | 248.22º | 0.98% | 0.87% | - |
| XYZ | 14.02 | 5.75 | 70.18 | - |
| YUV | 37.94 | 232.44 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 223 | 0.85 | 0.98 | 0 | 0.13 | 248.22 | 0.96 | 0.45 |
| Hex | 22 | 4 | DF | 55 | 62 | 0 | D | F8 | 60 | 2D |
| Octal | 42 | 4 | 337 | 125 | 142 | 0 | 15 | 370 | 140 | 55 |
| Binary | 100010 | 100 | 11011111 | 1010101 | 1100010 | 0 | 1101 | 11111000 | 1100000 | 101101 |
Color Harmonies of #2204DF
Complementary color
Monochromatic Colors of #2204DF
Black with #2204DF
Text Example
Text Example
White with #2204DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2204DF; }
p { color: rgb(34,4,223); }
H1.HeaderClassName
{
color: #2204DF;
}
.AnyTagClassName
{
color: #2204DF;
}
</style>
background-color css
<style>
a { background-color: #2204DF; }
a { background-color: rgb(34,4,223); }
div.DivClassName
{
background-color: #2204DF;
}
.BgClassName
{
background-color: #2204DF;
}
</style>
border-color css
<style>
span { border-color: #2204DF; }
span { border-color: rgb(34,4,223); }
td.TdClassName
{
border-color: #2204DF;
}
.TagClassName
{
border-color: #2204DF;
}
</style>