Shades of Blue #0906EF
Tints of Blue #0906EF
RGB
CMYK
RGB Variations
Color information
#0906EF (or 0x0906EF) is known color: Blue. HEX triplet: 09, 06 and EF. RGB value is (9,6,239). Sum of RGB (Red+Green+Blue) = 9+6+239=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 239 (93.75% from 255 or 94.09% from 254); Max value from RGB is 239 - color contains mainly: blue. Hex color #0906EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0906EF is #F6F910. Grayscale: #202020. Windows color (decimal): -16185617 or 15664649. OLE color: 15664649.
HSL color Cylindrical-coordinate representation of color #0906EF: hue angle of 240.77º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0906EF is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 6 | 239 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.06 |
| HSL | 240.77º | 0.95% | 0.48% | - |
| HSV(B) | 240.77º | 0.97% | 0.94% | - |
| XYZ | 15.76 | 6.42 | 82.07 | - |
| YUV | 33.46 | 243.99 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 239 | 0.96 | 0.97 | 0 | 0.06 | 240.77 | 0.95 | 0.48 |
| Hex | 9 | 6 | EF | 60 | 61 | 0 | 6 | F1 | 5F | 30 |
| Octal | 11 | 6 | 357 | 140 | 141 | 0 | 6 | 361 | 137 | 60 |
| Binary | 1001 | 110 | 11101111 | 1100000 | 1100001 | 0 | 110 | 11110001 | 1011111 | 110000 |
Color Harmonies of #0906EF
Complementary color
Monochromatic Colors of #0906EF
Black with #0906EF
Text Example
Text Example
White with #0906EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0906EF; }
p { color: rgb(9,6,239); }
H1.HeaderClassName
{
color: #0906EF;
}
.AnyTagClassName
{
color: #0906EF;
}
</style>
background-color css
<style>
a { background-color: #0906EF; }
a { background-color: rgb(9,6,239); }
div.DivClassName
{
background-color: #0906EF;
}
.BgClassName
{
background-color: #0906EF;
}
</style>
border-color css
<style>
span { border-color: #0906EF; }
span { border-color: rgb(9,6,239); }
td.TdClassName
{
border-color: #0906EF;
}
.TagClassName
{
border-color: #0906EF;
}
</style>