Shades of Blue #221AF2
Tints of Blue #221AF2
RGB
CMYK
RGB Variations
Color information
#221AF2 (or 0x221AF2) is known color: Blue. HEX triplet: 22, 1A and F2. RGB value is (34,26,242). Sum of RGB (Red+Green+Blue) = 34+26+242=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 242 (94.92% from 255 or 80.13% from 302); Max value from RGB is 242 - color contains mainly: blue. Hex color #221AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221AF2 is #DDE50D. Grayscale: #343434. Windows color (decimal): -14542094 or 15866402. OLE color: 15866402.
HSL color Cylindrical-coordinate representation of color #221AF2: hue angle of 242.22º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #221AF2 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 26 | 242 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.05 |
| HSL | 242.22º | 0.89% | 0.53% | - |
| HSV(B) | 242.22º | 0.89% | 0.95% | - |
| XYZ | 17.06 | 7.49 | 84.55 | - |
| YUV | 53.02 | 234.65 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 242 | 0.86 | 0.89 | 0 | 0.05 | 242.22 | 0.89 | 0.53 |
| Hex | 22 | 1A | F2 | 56 | 59 | 0 | 5 | F2 | 59 | 35 |
| Octal | 42 | 32 | 362 | 126 | 131 | 0 | 5 | 362 | 131 | 65 |
| Binary | 100010 | 11010 | 11110010 | 1010110 | 1011001 | 0 | 101 | 11110010 | 1011001 | 110101 |
Color Harmonies of #221AF2
Complementary color
Monochromatic Colors of #221AF2
Black with #221AF2
Text Example
Text Example
White with #221AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221AF2; }
p { color: rgb(34,26,242); }
H1.HeaderClassName
{
color: #221AF2;
}
.AnyTagClassName
{
color: #221AF2;
}
</style>
background-color css
<style>
a { background-color: #221AF2; }
a { background-color: rgb(34,26,242); }
div.DivClassName
{
background-color: #221AF2;
}
.BgClassName
{
background-color: #221AF2;
}
</style>
border-color css
<style>
span { border-color: #221AF2; }
span { border-color: rgb(34,26,242); }
td.TdClassName
{
border-color: #221AF2;
}
.TagClassName
{
border-color: #221AF2;
}
</style>