Shades of Blue #090BEC
Tints of Blue #090BEC
RGB
CMYK
RGB Variations
Color information
#090BEC (or 0x090BEC) is known color: Blue. HEX triplet: 09, 0B and EC. RGB value is (9,11,236). Sum of RGB (Red+Green+Blue) = 9+11+236=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 236 (92.58% from 255 or 92.19% from 256); Max value from RGB is 236 - color contains mainly: blue. Hex color #090BEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090BEC is #F6F413. Grayscale: #232323. Windows color (decimal): -16184340 or 15469321. OLE color: 15469321.
HSL color Cylindrical-coordinate representation of color #090BEC: hue angle of 239.47º 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 #090BEC is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 11 | 236 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.07 |
| HSL | 239.47º | 0.93% | 0.48% | - |
| HSV(B) | 239.47º | 0.96% | 0.93% | - |
| XYZ | 15.37 | 6.35 | 79.77 | - |
| YUV | 36.05 | 240.84 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 236 | 0.96 | 0.95 | 0 | 0.07 | 239.47 | 0.93 | 0.48 |
| Hex | 9 | B | EC | 60 | 5F | 0 | 7 | EF | 5D | 30 |
| Octal | 11 | 13 | 354 | 140 | 137 | 0 | 7 | 357 | 135 | 60 |
| Binary | 1001 | 1011 | 11101100 | 1100000 | 1011111 | 0 | 111 | 11101111 | 1011101 | 110000 |
Color Harmonies of #090BEC
Complementary color
Monochromatic Colors of #090BEC
Black with #090BEC
Text Example
Text Example
White with #090BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090BEC; }
p { color: rgb(9,11,236); }
H1.HeaderClassName
{
color: #090BEC;
}
.AnyTagClassName
{
color: #090BEC;
}
</style>
background-color css
<style>
a { background-color: #090BEC; }
a { background-color: rgb(9,11,236); }
div.DivClassName
{
background-color: #090BEC;
}
.BgClassName
{
background-color: #090BEC;
}
</style>
border-color css
<style>
span { border-color: #090BEC; }
span { border-color: rgb(9,11,236); }
td.TdClassName
{
border-color: #090BEC;
}
.TagClassName
{
border-color: #090BEC;
}
</style>