Shades of Blue #0910EF
Tints of Blue #0910EF
RGB
CMYK
RGB Variations
Color information
#0910EF (or 0x0910EF) is known color: Blue. HEX triplet: 09, 10 and EF. RGB value is (9,16,239). Sum of RGB (Red+Green+Blue) = 9+16+239=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 239 (93.75% from 255 or 90.53% from 264); Max value from RGB is 239 - color contains mainly: blue. Hex color #0910EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0910EF is #F6EF10. Grayscale: #262626. Windows color (decimal): -16183057 or 15667209. OLE color: 15667209.
HSL color Cylindrical-coordinate representation of color #0910EF: hue angle of 238.17º 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 #0910EF is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 16 | 239 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.06 |
| HSL | 238.17º | 0.93% | 0.49% | - |
| HSV(B) | 238.17º | 0.96% | 0.94% | - |
| XYZ | 15.88 | 6.66 | 82.11 | - |
| YUV | 39.33 | 240.68 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 239 | 0.96 | 0.93 | 0 | 0.06 | 238.17 | 0.93 | 0.49 |
| Hex | 9 | 10 | EF | 60 | 5D | 0 | 6 | EE | 5D | 31 |
| Octal | 11 | 20 | 357 | 140 | 135 | 0 | 6 | 356 | 135 | 61 |
| Binary | 1001 | 10000 | 11101111 | 1100000 | 1011101 | 0 | 110 | 11101110 | 1011101 | 110001 |
Color Harmonies of #0910EF
Complementary color
Monochromatic Colors of #0910EF
Black with #0910EF
Text Example
Text Example
White with #0910EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0910EF; }
p { color: rgb(9,16,239); }
H1.HeaderClassName
{
color: #0910EF;
}
.AnyTagClassName
{
color: #0910EF;
}
</style>
background-color css
<style>
a { background-color: #0910EF; }
a { background-color: rgb(9,16,239); }
div.DivClassName
{
background-color: #0910EF;
}
.BgClassName
{
background-color: #0910EF;
}
</style>
border-color css
<style>
span { border-color: #0910EF; }
span { border-color: rgb(9,16,239); }
td.TdClassName
{
border-color: #0910EF;
}
.TagClassName
{
border-color: #0910EF;
}
</style>