Shades of Blue #0922ED
Tints of Blue #0922ED
RGB
CMYK
RGB Variations
Color information
#0922ED (or 0x0922ED) is known color: Blue. HEX triplet: 09, 22 and ED. RGB value is (9,34,237). Sum of RGB (Red+Green+Blue) = 9+34+237=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 237 (92.97% from 255 or 84.64% from 280); Max value from RGB is 237 - color contains mainly: blue. Hex color #0922ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0922ED is #F6DD12. Grayscale: #303030. Windows color (decimal): -16178451 or 15540745. OLE color: 15540745.
HSL color Cylindrical-coordinate representation of color #0922ED: hue angle of 233.42º 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 #0922ED is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 34 | 237 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.07 |
| HSL | 233.42º | 0.93% | 0.48% | - |
| HSV(B) | 233.42º | 0.96% | 0.93% | - |
| XYZ | 15.97 | 7.32 | 80.69 | - |
| YUV | 49.67 | 233.72 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 237 | 0.96 | 0.86 | 0 | 0.07 | 233.42 | 0.93 | 0.48 |
| Hex | 9 | 22 | ED | 60 | 56 | 0 | 7 | E9 | 5D | 30 |
| Octal | 11 | 42 | 355 | 140 | 126 | 0 | 7 | 351 | 135 | 60 |
| Binary | 1001 | 100010 | 11101101 | 1100000 | 1010110 | 0 | 111 | 11101001 | 1011101 | 110000 |
Color Harmonies of #0922ED
Complementary color
Monochromatic Colors of #0922ED
Black with #0922ED
Text Example
Text Example
White with #0922ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0922ED; }
p { color: rgb(9,34,237); }
H1.HeaderClassName
{
color: #0922ED;
}
.AnyTagClassName
{
color: #0922ED;
}
</style>
background-color css
<style>
a { background-color: #0922ED; }
a { background-color: rgb(9,34,237); }
div.DivClassName
{
background-color: #0922ED;
}
.BgClassName
{
background-color: #0922ED;
}
</style>
border-color css
<style>
span { border-color: #0922ED; }
span { border-color: rgb(9,34,237); }
td.TdClassName
{
border-color: #0922ED;
}
.TagClassName
{
border-color: #0922ED;
}
</style>