Shades of Blue #221CF2
Tints of Blue #221CF2
RGB
CMYK
RGB Variations
Color information
#221CF2 (or 0x221CF2) is known color: Blue. HEX triplet: 22, 1C and F2. RGB value is (34,28,242). Sum of RGB (Red+Green+Blue) = 34+28+242=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 242 (94.92% from 255 or 79.61% from 304); Max value from RGB is 242 - color contains mainly: blue. Hex color #221CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221CF2 is #DDE30D. Grayscale: #353535. Windows color (decimal): -14541582 or 15866914. OLE color: 15866914.
HSL color Cylindrical-coordinate representation of color #221CF2: hue angle of 241.68º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221CF2 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 28 | 242 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.05 |
| HSL | 241.68º | 0.89% | 0.53% | - |
| HSV(B) | 241.68º | 0.88% | 0.95% | - |
| XYZ | 17.1 | 7.58 | 84.57 | - |
| YUV | 54.19 | 233.99 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 242 | 0.86 | 0.88 | 0 | 0.05 | 241.68 | 0.89 | 0.53 |
| Hex | 22 | 1C | F2 | 56 | 58 | 0 | 5 | F2 | 59 | 35 |
| Octal | 42 | 34 | 362 | 126 | 130 | 0 | 5 | 362 | 131 | 65 |
| Binary | 100010 | 11100 | 11110010 | 1010110 | 1011000 | 0 | 101 | 11110010 | 1011001 | 110101 |
Color Harmonies of #221CF2
Complementary color
Monochromatic Colors of #221CF2
Black with #221CF2
Text Example
Text Example
White with #221CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221CF2; }
p { color: rgb(34,28,242); }
H1.HeaderClassName
{
color: #221CF2;
}
.AnyTagClassName
{
color: #221CF2;
}
</style>
background-color css
<style>
a { background-color: #221CF2; }
a { background-color: rgb(34,28,242); }
div.DivClassName
{
background-color: #221CF2;
}
.BgClassName
{
background-color: #221CF2;
}
</style>
border-color css
<style>
span { border-color: #221CF2; }
span { border-color: rgb(34,28,242); }
td.TdClassName
{
border-color: #221CF2;
}
.TagClassName
{
border-color: #221CF2;
}
</style>