Shades of Blue #0928ED
Tints of Blue #0928ED
RGB
CMYK
RGB Variations
Color information
#0928ED (or 0x0928ED) is known color: Blue. HEX triplet: 09, 28 and ED. RGB value is (9,40,237). Sum of RGB (Red+Green+Blue) = 9+40+237=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 237 (92.97% from 255 or 82.87% from 286); Max value from RGB is 237 - color contains mainly: blue. Hex color #0928ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0928ED is #F6D712. Grayscale: #343434. Windows color (decimal): -16176915 or 15542281. OLE color: 15542281.
HSL color Cylindrical-coordinate representation of color #0928ED: hue angle of 231.84º 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 #0928ED is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 40 | 237 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.07 |
| HSL | 231.84º | 0.93% | 0.48% | - |
| HSV(B) | 231.84º | 0.96% | 0.93% | - |
| XYZ | 16.16 | 7.69 | 80.75 | - |
| YUV | 53.19 | 231.73 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 237 | 0.96 | 0.83 | 0 | 0.07 | 231.84 | 0.93 | 0.48 |
| Hex | 9 | 28 | ED | 60 | 53 | 0 | 7 | E8 | 5D | 30 |
| Octal | 11 | 50 | 355 | 140 | 123 | 0 | 7 | 350 | 135 | 60 |
| Binary | 1001 | 101000 | 11101101 | 1100000 | 1010011 | 0 | 111 | 11101000 | 1011101 | 110000 |
Color Harmonies of #0928ED
Complementary color
Monochromatic Colors of #0928ED
Black with #0928ED
Text Example
Text Example
White with #0928ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928ED; }
p { color: rgb(9,40,237); }
H1.HeaderClassName
{
color: #0928ED;
}
.AnyTagClassName
{
color: #0928ED;
}
</style>
background-color css
<style>
a { background-color: #0928ED; }
a { background-color: rgb(9,40,237); }
div.DivClassName
{
background-color: #0928ED;
}
.BgClassName
{
background-color: #0928ED;
}
</style>
border-color css
<style>
span { border-color: #0928ED; }
span { border-color: rgb(9,40,237); }
td.TdClassName
{
border-color: #0928ED;
}
.TagClassName
{
border-color: #0928ED;
}
</style>