Shades of Medium Blue #0803BC
Tints of Medium Blue #0803BC
RGB
CMYK
RGB Variations
Color information
#0803BC (or 0x0803BC) is known color: Medium Blue. HEX triplet: 08, 03 and BC. RGB value is (8,3,188). Sum of RGB (Red+Green+Blue) = 8+3+188=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 188 (73.83% from 255 or 94.47% from 199); Max value from RGB is 188 - color contains mainly: blue. Hex color #0803BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0803BC is #F7FC43. Grayscale: #181818. Windows color (decimal): -16251972 or 12321544. OLE color: 12321544.
HSL color Cylindrical-coordinate representation of color #0803BC: hue angle of 241.62º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0803BC is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 3 | 188 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.26 |
| HSL | 241.62º | 0.97% | 0.37% | - |
| HSV(B) | 241.62º | 0.98% | 0.74% | - |
| XYZ | 9.21 | 3.75 | 47.81 | - |
| YUV | 25.59 | 219.66 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 188 | 0.96 | 0.98 | 0 | 0.26 | 241.62 | 0.97 | 0.37 |
| Hex | 8 | 3 | BC | 60 | 62 | 0 | 1A | F2 | 61 | 25 |
| Octal | 10 | 3 | 274 | 140 | 142 | 0 | 32 | 362 | 141 | 45 |
| Binary | 1000 | 11 | 10111100 | 1100000 | 1100010 | 0 | 11010 | 11110010 | 1100001 | 100101 |
Color Harmonies of #0803BC
Complementary color
Monochromatic Colors of #0803BC
Black with #0803BC
Text Example
Text Example
White with #0803BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0803BC; }
p { color: rgb(8,3,188); }
H1.HeaderClassName
{
color: #0803BC;
}
.AnyTagClassName
{
color: #0803BC;
}
</style>
background-color css
<style>
a { background-color: #0803BC; }
a { background-color: rgb(8,3,188); }
div.DivClassName
{
background-color: #0803BC;
}
.BgClassName
{
background-color: #0803BC;
}
</style>
border-color css
<style>
span { border-color: #0803BC; }
span { border-color: rgb(8,3,188); }
td.TdClassName
{
border-color: #0803BC;
}
.TagClassName
{
border-color: #0803BC;
}
</style>