Shades of Medium Blue #0B08E3
Tints of Medium Blue #0B08E3
RGB
CMYK
RGB Variations
Color information
#0B08E3 (or 0x0B08E3) is known color: Medium Blue. HEX triplet: 0B, 08 and E3. RGB value is (11,8,227). Sum of RGB (Red+Green+Blue) = 11+8+227=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 227 (89.06% from 255 or 92.28% from 246); Max value from RGB is 227 - color contains mainly: blue. Hex color #0B08E3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B08E3 is #F4F71C. Grayscale: #202020. Windows color (decimal): -16054045 or 14878731. OLE color: 14878731.
HSL color Cylindrical-coordinate representation of color #0B08E3: hue angle of 240.82º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B08E3 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 8 | 227 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.11 |
| HSL | 240.82º | 0.93% | 0.46% | - |
| HSV(B) | 240.82º | 0.96% | 0.89% | - |
| XYZ | 14.09 | 5.79 | 73.05 | - |
| YUV | 33.86 | 236.99 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 227 | 0.95 | 0.96 | 0 | 0.11 | 240.82 | 0.93 | 0.46 |
| Hex | B | 8 | E3 | 5F | 60 | 0 | B | F1 | 5D | 2E |
| Octal | 13 | 10 | 343 | 137 | 140 | 0 | 13 | 361 | 135 | 56 |
| Binary | 1011 | 1000 | 11100011 | 1011111 | 1100000 | 0 | 1011 | 11110001 | 1011101 | 101110 |
Color Harmonies of #0B08E3
Complementary color
Monochromatic Colors of #0B08E3
Black with #0B08E3
Text Example
Text Example
White with #0B08E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B08E3; }
p { color: rgb(11,8,227); }
H1.HeaderClassName
{
color: #0B08E3;
}
.AnyTagClassName
{
color: #0B08E3;
}
</style>
background-color css
<style>
a { background-color: #0B08E3; }
a { background-color: rgb(11,8,227); }
div.DivClassName
{
background-color: #0B08E3;
}
.BgClassName
{
background-color: #0B08E3;
}
</style>
border-color css
<style>
span { border-color: #0B08E3; }
span { border-color: rgb(11,8,227); }
td.TdClassName
{
border-color: #0B08E3;
}
.TagClassName
{
border-color: #0B08E3;
}
</style>