Shades of Blue #222BF8
Tints of Blue #222BF8
RGB
CMYK
RGB Variations
Color information
#222BF8 (or 0x222BF8) is known color: Blue. HEX triplet: 22, 2B and F8. RGB value is (34,43,248). Sum of RGB (Red+Green+Blue) = 34+43+248=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 248 (97.27% from 255 or 76.31% from 325); Max value from RGB is 248 - color contains mainly: blue. Hex color #222BF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222BF8 is #DDD407. Grayscale: #3E3E3E. Windows color (decimal): -14537736 or 16263970. OLE color: 16263970.
HSL color Cylindrical-coordinate representation of color #222BF8: hue angle of 237.48º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222BF8 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 43 | 248 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.03 |
| HSL | 237.48º | 0.94% | 0.55% | - |
| HSV(B) | 237.48º | 0.86% | 0.97% | - |
| XYZ | 18.47 | 8.85 | 89.54 | - |
| YUV | 63.68 | 232.02 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 248 | 0.86 | 0.83 | 0 | 0.03 | 237.48 | 0.94 | 0.55 |
| Hex | 22 | 2B | F8 | 56 | 53 | 0 | 3 | ED | 5E | 37 |
| Octal | 42 | 53 | 370 | 126 | 123 | 0 | 3 | 355 | 136 | 67 |
| Binary | 100010 | 101011 | 11111000 | 1010110 | 1010011 | 0 | 11 | 11101101 | 1011110 | 110111 |
Color Harmonies of #222BF8
Complementary color
Monochromatic Colors of #222BF8
Black with #222BF8
Text Example
Text Example
White with #222BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BF8; }
p { color: rgb(34,43,248); }
H1.HeaderClassName
{
color: #222BF8;
}
.AnyTagClassName
{
color: #222BF8;
}
</style>
background-color css
<style>
a { background-color: #222BF8; }
a { background-color: rgb(34,43,248); }
div.DivClassName
{
background-color: #222BF8;
}
.BgClassName
{
background-color: #222BF8;
}
</style>
border-color css
<style>
span { border-color: #222BF8; }
span { border-color: rgb(34,43,248); }
td.TdClassName
{
border-color: #222BF8;
}
.TagClassName
{
border-color: #222BF8;
}
</style>