Shades of Blue #221AF5
Tints of Blue #221AF5
RGB
CMYK
RGB Variations
Color information
#221AF5 (or 0x221AF5) is known color: Blue. HEX triplet: 22, 1A and F5. RGB value is (34,26,245). Sum of RGB (Red+Green+Blue) = 34+26+245=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 245 (96.09% from 255 or 80.33% from 305); Max value from RGB is 245 - color contains mainly: blue. Hex color #221AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221AF5 is #DDE50A. Grayscale: #343434. Windows color (decimal): -14542091 or 16063010. OLE color: 16063010.
HSL color Cylindrical-coordinate representation of color #221AF5: hue angle of 242.19º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #221AF5 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 26 | 245 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.04 |
| HSL | 242.19º | 0.92% | 0.53% | - |
| HSV(B) | 242.19º | 0.89% | 0.96% | - |
| XYZ | 17.51 | 7.67 | 86.94 | - |
| YUV | 53.36 | 236.15 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 245 | 0.86 | 0.89 | 0 | 0.04 | 242.19 | 0.92 | 0.53 |
| Hex | 22 | 1A | F5 | 56 | 59 | 0 | 4 | F2 | 5C | 35 |
| Octal | 42 | 32 | 365 | 126 | 131 | 0 | 4 | 362 | 134 | 65 |
| Binary | 100010 | 11010 | 11110101 | 1010110 | 1011001 | 0 | 100 | 11110010 | 1011100 | 110101 |
Color Harmonies of #221AF5
Complementary color
Monochromatic Colors of #221AF5
Black with #221AF5
Text Example
Text Example
White with #221AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221AF5; }
p { color: rgb(34,26,245); }
H1.HeaderClassName
{
color: #221AF5;
}
.AnyTagClassName
{
color: #221AF5;
}
</style>
background-color css
<style>
a { background-color: #221AF5; }
a { background-color: rgb(34,26,245); }
div.DivClassName
{
background-color: #221AF5;
}
.BgClassName
{
background-color: #221AF5;
}
</style>
border-color css
<style>
span { border-color: #221AF5; }
span { border-color: rgb(34,26,245); }
td.TdClassName
{
border-color: #221AF5;
}
.TagClassName
{
border-color: #221AF5;
}
</style>