Shades of Medium Blue #221CDD
Tints of Medium Blue #221CDD
RGB
CMYK
RGB Variations
Color information
#221CDD (or 0x221CDD) is known color: Medium Blue. HEX triplet: 22, 1C and DD. RGB value is (34,28,221). Sum of RGB (Red+Green+Blue) = 34+28+221=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #221CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CDD is #DDE322. Grayscale: #333333. Windows color (decimal): -14541603 or 14490658. OLE color: 14490658.
HSL color Cylindrical-coordinate representation of color #221CDD: hue angle of 241.87º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221CDD is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 28 | 221 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.13 |
| HSL | 241.87º | 0.78% | 0.49% | - |
| HSV(B) | 241.87º | 0.87% | 0.87% | - |
| XYZ | 14.13 | 6.39 | 68.9 | - |
| YUV | 51.8 | 223.49 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 221 | 0.85 | 0.87 | 0 | 0.13 | 241.87 | 0.78 | 0.49 |
| Hex | 22 | 1C | DD | 55 | 57 | 0 | D | F2 | 4E | 31 |
| Octal | 42 | 34 | 335 | 125 | 127 | 0 | 15 | 362 | 116 | 61 |
| Binary | 100010 | 11100 | 11011101 | 1010101 | 1010111 | 0 | 1101 | 11110010 | 1001110 | 110001 |
Color Harmonies of #221CDD
Complementary color
Monochromatic Colors of #221CDD
Black with #221CDD
Text Example
Text Example
White with #221CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221CDD; }
p { color: rgb(34,28,221); }
H1.HeaderClassName
{
color: #221CDD;
}
.AnyTagClassName
{
color: #221CDD;
}
</style>
background-color css
<style>
a { background-color: #221CDD; }
a { background-color: rgb(34,28,221); }
div.DivClassName
{
background-color: #221CDD;
}
.BgClassName
{
background-color: #221CDD;
}
</style>
border-color css
<style>
span { border-color: #221CDD; }
span { border-color: rgb(34,28,221); }
td.TdClassName
{
border-color: #221CDD;
}
.TagClassName
{
border-color: #221CDD;
}
</style>