Shades of Blue #2223FF
Tints of Blue #2223FF
RGB
CMYK
RGB Variations
Color information
#2223FF (or 0x2223FF) is known color: Blue. HEX triplet: 22, 23 and FF. RGB value is (34,35,255). Sum of RGB (Red+Green+Blue) = 34+35+255=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #2223FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2223FF is #DDDC00. Grayscale: #3A3A3A. Windows color (decimal): -14539777 or 16720674. OLE color: 16720674.
HSL color Cylindrical-coordinate representation of color #2223FF: hue angle of 239.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2223FF is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 35 | 255 | - |
| CMYK | 0.87 | 0.86 | 0 | 0 |
| HSL | 239.73º | 1% | 0.57% | - |
| HSV(B) | 239.73º | 0.87% | 1% | - |
| XYZ | 19.31 | 8.76 | 95.28 | - |
| YUV | 59.78 | 238.17 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 255 | 0.87 | 0.86 | 0 | 0 | 239.73 | 1 | 0.57 |
| Hex | 22 | 23 | FF | 57 | 56 | 0 | 0 | F0 | 64 | 39 |
| Octal | 42 | 43 | 377 | 127 | 126 | 0 | 0 | 360 | 144 | 71 |
| Binary | 100010 | 100011 | 11111111 | 1010111 | 1010110 | 0 | 0 | 11110000 | 1100100 | 111001 |
Color Harmonies of #2223FF
Complementary color
Monochromatic Colors of #2223FF
Black with #2223FF
Text Example
Text Example
White with #2223FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2223FF; }
p { color: rgb(34,35,255); }
H1.HeaderClassName
{
color: #2223FF;
}
.AnyTagClassName
{
color: #2223FF;
}
</style>
background-color css
<style>
a { background-color: #2223FF; }
a { background-color: rgb(34,35,255); }
div.DivClassName
{
background-color: #2223FF;
}
.BgClassName
{
background-color: #2223FF;
}
</style>
border-color css
<style>
span { border-color: #2223FF; }
span { border-color: rgb(34,35,255); }
td.TdClassName
{
border-color: #2223FF;
}
.TagClassName
{
border-color: #2223FF;
}
</style>