Shades of Blue #0920EF
Tints of Blue #0920EF
RGB
CMYK
RGB Variations
Color information
#0920EF (or 0x0920EF) is known color: Blue. HEX triplet: 09, 20 and EF. RGB value is (9,32,239). Sum of RGB (Red+Green+Blue) = 9+32+239=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #0920EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0920EF is #F6DF10. Grayscale: #2F2F2F. Windows color (decimal): -16178961 or 15671305. OLE color: 15671305.
HSL color Cylindrical-coordinate representation of color #0920EF: hue angle of 234º 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 #0920EF is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 32 | 239 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.06 |
| HSL | 234º | 0.93% | 0.49% | - |
| HSV(B) | 234º | 0.96% | 0.94% | - |
| XYZ | 16.21 | 7.32 | 82.22 | - |
| YUV | 48.72 | 235.38 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 239 | 0.96 | 0.87 | 0 | 0.06 | 234 | 0.93 | 0.49 |
| Hex | 9 | 20 | EF | 60 | 57 | 0 | 6 | EA | 5D | 31 |
| Octal | 11 | 40 | 357 | 140 | 127 | 0 | 6 | 352 | 135 | 61 |
| Binary | 1001 | 100000 | 11101111 | 1100000 | 1010111 | 0 | 110 | 11101010 | 1011101 | 110001 |
Color Harmonies of #0920EF
Complementary color
Monochromatic Colors of #0920EF
Black with #0920EF
Text Example
Text Example
White with #0920EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0920EF; }
p { color: rgb(9,32,239); }
H1.HeaderClassName
{
color: #0920EF;
}
.AnyTagClassName
{
color: #0920EF;
}
</style>
background-color css
<style>
a { background-color: #0920EF; }
a { background-color: rgb(9,32,239); }
div.DivClassName
{
background-color: #0920EF;
}
.BgClassName
{
background-color: #0920EF;
}
</style>
border-color css
<style>
span { border-color: #0920EF; }
span { border-color: rgb(9,32,239); }
td.TdClassName
{
border-color: #0920EF;
}
.TagClassName
{
border-color: #0920EF;
}
</style>