Shades of Blue #0928EF
Tints of Blue #0928EF
RGB
CMYK
RGB Variations
Color information
#0928EF (or 0x0928EF) is known color: Blue. HEX triplet: 09, 28 and EF. RGB value is (9,40,239). Sum of RGB (Red+Green+Blue) = 9+40+239=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 239 (93.75% from 255 or 82.99% from 288); Max value from RGB is 239 - color contains mainly: blue. Hex color #0928EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0928EF is #F6D710. Grayscale: #343434. Windows color (decimal): -16176913 or 15673353. OLE color: 15673353.
HSL color Cylindrical-coordinate representation of color #0928EF: hue angle of 231.91º 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 #0928EF is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 40 | 239 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.06 |
| HSL | 231.91º | 0.93% | 0.49% | - |
| HSV(B) | 231.91º | 0.96% | 0.94% | - |
| XYZ | 16.45 | 7.81 | 82.3 | - |
| YUV | 53.42 | 232.73 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 239 | 0.96 | 0.83 | 0 | 0.06 | 231.91 | 0.93 | 0.49 |
| Hex | 9 | 28 | EF | 60 | 53 | 0 | 6 | E8 | 5D | 31 |
| Octal | 11 | 50 | 357 | 140 | 123 | 0 | 6 | 350 | 135 | 61 |
| Binary | 1001 | 101000 | 11101111 | 1100000 | 1010011 | 0 | 110 | 11101000 | 1011101 | 110001 |
Color Harmonies of #0928EF
Complementary color
Monochromatic Colors of #0928EF
Black with #0928EF
Text Example
Text Example
White with #0928EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928EF; }
p { color: rgb(9,40,239); }
H1.HeaderClassName
{
color: #0928EF;
}
.AnyTagClassName
{
color: #0928EF;
}
</style>
background-color css
<style>
a { background-color: #0928EF; }
a { background-color: rgb(9,40,239); }
div.DivClassName
{
background-color: #0928EF;
}
.BgClassName
{
background-color: #0928EF;
}
</style>
border-color css
<style>
span { border-color: #0928EF; }
span { border-color: rgb(9,40,239); }
td.TdClassName
{
border-color: #0928EF;
}
.TagClassName
{
border-color: #0928EF;
}
</style>