Shades of Medium Blue #221ADC
Tints of Medium Blue #221ADC
RGB
CMYK
RGB Variations
Color information
#221ADC (or 0x221ADC) is known color: Medium Blue. HEX triplet: 22, 1A and DC. RGB value is (34,26,220). Sum of RGB (Red+Green+Blue) = 34+26+220=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #221ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221ADC is #DDE523. Grayscale: #313131. Windows color (decimal): -14542116 or 14424610. OLE color: 14424610.
HSL color Cylindrical-coordinate representation of color #221ADC: hue angle of 242.47º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221ADC is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 26 | 220 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.14 |
| HSL | 242.47º | 0.79% | 0.48% | - |
| HSV(B) | 242.47º | 0.88% | 0.86% | - |
| XYZ | 13.95 | 6.25 | 68.18 | - |
| YUV | 50.51 | 223.65 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 220 | 0.85 | 0.88 | 0 | 0.14 | 242.47 | 0.79 | 0.48 |
| Hex | 22 | 1A | DC | 55 | 58 | 0 | E | F2 | 4F | 30 |
| Octal | 42 | 32 | 334 | 125 | 130 | 0 | 16 | 362 | 117 | 60 |
| Binary | 100010 | 11010 | 11011100 | 1010101 | 1011000 | 0 | 1110 | 11110010 | 1001111 | 110000 |
Color Harmonies of #221ADC
Complementary color
Monochromatic Colors of #221ADC
Black with #221ADC
Text Example
Text Example
White with #221ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221ADC; }
p { color: rgb(34,26,220); }
H1.HeaderClassName
{
color: #221ADC;
}
.AnyTagClassName
{
color: #221ADC;
}
</style>
background-color css
<style>
a { background-color: #221ADC; }
a { background-color: rgb(34,26,220); }
div.DivClassName
{
background-color: #221ADC;
}
.BgClassName
{
background-color: #221ADC;
}
</style>
border-color css
<style>
span { border-color: #221ADC; }
span { border-color: rgb(34,26,220); }
td.TdClassName
{
border-color: #221ADC;
}
.TagClassName
{
border-color: #221ADC;
}
</style>