Shades of Blue #0929ED
Tints of Blue #0929ED
RGB
CMYK
RGB Variations
Color information
#0929ED (or 0x0929ED) is known color: Blue. HEX triplet: 09, 29 and ED. RGB value is (9,41,237). Sum of RGB (Red+Green+Blue) = 9+41+237=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 237 (92.97% from 255 or 82.58% from 287); Max value from RGB is 237 - color contains mainly: blue. Hex color #0929ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0929ED is #F6D612. Grayscale: #343434. Windows color (decimal): -16176659 or 15542537. OLE color: 15542537.
HSL color Cylindrical-coordinate representation of color #0929ED: hue angle of 231.58º 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 #0929ED is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 41 | 237 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.07 |
| HSL | 231.58º | 0.93% | 0.48% | - |
| HSV(B) | 231.58º | 0.96% | 0.93% | - |
| XYZ | 16.19 | 7.76 | 80.76 | - |
| YUV | 53.78 | 231.4 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 237 | 0.96 | 0.83 | 0 | 0.07 | 231.58 | 0.93 | 0.48 |
| Hex | 9 | 29 | ED | 60 | 53 | 0 | 7 | E8 | 5D | 30 |
| Octal | 11 | 51 | 355 | 140 | 123 | 0 | 7 | 350 | 135 | 60 |
| Binary | 1001 | 101001 | 11101101 | 1100000 | 1010011 | 0 | 111 | 11101000 | 1011101 | 110000 |
Color Harmonies of #0929ED
Complementary color
Monochromatic Colors of #0929ED
Black with #0929ED
Text Example
Text Example
White with #0929ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0929ED; }
p { color: rgb(9,41,237); }
H1.HeaderClassName
{
color: #0929ED;
}
.AnyTagClassName
{
color: #0929ED;
}
</style>
background-color css
<style>
a { background-color: #0929ED; }
a { background-color: rgb(9,41,237); }
div.DivClassName
{
background-color: #0929ED;
}
.BgClassName
{
background-color: #0929ED;
}
</style>
border-color css
<style>
span { border-color: #0929ED; }
span { border-color: rgb(9,41,237); }
td.TdClassName
{
border-color: #0929ED;
}
.TagClassName
{
border-color: #0929ED;
}
</style>