Shades of Blue #221FF8
Tints of Blue #221FF8
RGB
CMYK
RGB Variations
Color information
#221FF8 (or 0x221FF8) is known color: Blue. HEX triplet: 22, 1F and F8. RGB value is (34,31,248). Sum of RGB (Red+Green+Blue) = 34+31+248=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 248 (97.27% from 255 or 79.23% from 313); Max value from RGB is 248 - color contains mainly: blue. Hex color #221FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221FF8 is #DDE007. Grayscale: #373737. Windows color (decimal): -14540808 or 16260898. OLE color: 16260898.
HSL color Cylindrical-coordinate representation of color #221FF8: hue angle of 240.83º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221FF8 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 31 | 248 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.03 |
| HSL | 240.83º | 0.94% | 0.55% | - |
| HSV(B) | 240.83º | 0.88% | 0.97% | - |
| XYZ | 18.09 | 8.1 | 89.42 | - |
| YUV | 56.64 | 235.99 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 248 | 0.86 | 0.88 | 0 | 0.03 | 240.83 | 0.94 | 0.55 |
| Hex | 22 | 1F | F8 | 56 | 58 | 0 | 3 | F1 | 5E | 37 |
| Octal | 42 | 37 | 370 | 126 | 130 | 0 | 3 | 361 | 136 | 67 |
| Binary | 100010 | 11111 | 11111000 | 1010110 | 1011000 | 0 | 11 | 11110001 | 1011110 | 110111 |
Color Harmonies of #221FF8
Complementary color
Monochromatic Colors of #221FF8
Black with #221FF8
Text Example
Text Example
White with #221FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221FF8; }
p { color: rgb(34,31,248); }
H1.HeaderClassName
{
color: #221FF8;
}
.AnyTagClassName
{
color: #221FF8;
}
</style>
background-color css
<style>
a { background-color: #221FF8; }
a { background-color: rgb(34,31,248); }
div.DivClassName
{
background-color: #221FF8;
}
.BgClassName
{
background-color: #221FF8;
}
</style>
border-color css
<style>
span { border-color: #221FF8; }
span { border-color: rgb(34,31,248); }
td.TdClassName
{
border-color: #221FF8;
}
.TagClassName
{
border-color: #221FF8;
}
</style>