Shades of Blue #0922EE
Tints of Blue #0922EE
RGB
CMYK
RGB Variations
Color information
#0922EE (or 0x0922EE) is known color: Blue. HEX triplet: 09, 22 and EE. RGB value is (9,34,238). Sum of RGB (Red+Green+Blue) = 9+34+238=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 238 (93.36% from 255 or 84.70% from 281); Max value from RGB is 238 - color contains mainly: blue. Hex color #0922EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0922EE is #F6DD11. Grayscale: #303030. Windows color (decimal): -16178450 or 15606281. OLE color: 15606281.
HSL color Cylindrical-coordinate representation of color #0922EE: hue angle of 233.45º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0922EE is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 34 | 238 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.07 |
| HSL | 233.45º | 0.93% | 0.48% | - |
| HSV(B) | 233.45º | 0.96% | 0.93% | - |
| XYZ | 16.12 | 7.38 | 81.46 | - |
| YUV | 49.78 | 234.22 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 238 | 0.96 | 0.86 | 0 | 0.07 | 233.45 | 0.93 | 0.48 |
| Hex | 9 | 22 | EE | 60 | 56 | 0 | 7 | E9 | 5D | 30 |
| Octal | 11 | 42 | 356 | 140 | 126 | 0 | 7 | 351 | 135 | 60 |
| Binary | 1001 | 100010 | 11101110 | 1100000 | 1010110 | 0 | 111 | 11101001 | 1011101 | 110000 |
Color Harmonies of #0922EE
Complementary color
Monochromatic Colors of #0922EE
Black with #0922EE
Text Example
Text Example
White with #0922EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0922EE; }
p { color: rgb(9,34,238); }
H1.HeaderClassName
{
color: #0922EE;
}
.AnyTagClassName
{
color: #0922EE;
}
</style>
background-color css
<style>
a { background-color: #0922EE; }
a { background-color: rgb(9,34,238); }
div.DivClassName
{
background-color: #0922EE;
}
.BgClassName
{
background-color: #0922EE;
}
</style>
border-color css
<style>
span { border-color: #0922EE; }
span { border-color: rgb(9,34,238); }
td.TdClassName
{
border-color: #0922EE;
}
.TagClassName
{
border-color: #0922EE;
}
</style>