Shades of Blue #0922EF
Tints of Blue #0922EF
RGB
CMYK
RGB Variations
Color information
#0922EF (or 0x0922EF) is known color: Blue. HEX triplet: 09, 22 and EF. RGB value is (9,34,239). Sum of RGB (Red+Green+Blue) = 9+34+239=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #0922EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0922EF is #F6DD10. Grayscale: #313131. Windows color (decimal): -16178449 or 15671817. OLE color: 15671817.
HSL color Cylindrical-coordinate representation of color #0922EF: hue angle of 233.48º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0922EF is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 34 | 239 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.06 |
| HSL | 233.48º | 0.93% | 0.49% | - |
| HSV(B) | 233.48º | 0.96% | 0.94% | - |
| XYZ | 16.26 | 7.43 | 82.24 | - |
| YUV | 49.9 | 234.72 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 239 | 0.96 | 0.86 | 0 | 0.06 | 233.48 | 0.93 | 0.49 |
| Hex | 9 | 22 | EF | 60 | 56 | 0 | 6 | E9 | 5D | 31 |
| Octal | 11 | 42 | 357 | 140 | 126 | 0 | 6 | 351 | 135 | 61 |
| Binary | 1001 | 100010 | 11101111 | 1100000 | 1010110 | 0 | 110 | 11101001 | 1011101 | 110001 |
Color Harmonies of #0922EF
Complementary color
Monochromatic Colors of #0922EF
Black with #0922EF
Text Example
Text Example
White with #0922EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0922EF; }
p { color: rgb(9,34,239); }
H1.HeaderClassName
{
color: #0922EF;
}
.AnyTagClassName
{
color: #0922EF;
}
</style>
background-color css
<style>
a { background-color: #0922EF; }
a { background-color: rgb(9,34,239); }
div.DivClassName
{
background-color: #0922EF;
}
.BgClassName
{
background-color: #0922EF;
}
</style>
border-color css
<style>
span { border-color: #0922EF; }
span { border-color: rgb(9,34,239); }
td.TdClassName
{
border-color: #0922EF;
}
.TagClassName
{
border-color: #0922EF;
}
</style>