Shades of Medium Blue #0803DB
Tints of Medium Blue #0803DB
RGB
CMYK
RGB Variations
Color information
#0803DB (or 0x0803DB) is known color: Medium Blue. HEX triplet: 08, 03 and DB. RGB value is (8,3,219). Sum of RGB (Red+Green+Blue) = 8+3+219=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 219 (85.94% from 255 or 95.22% from 230); Max value from RGB is 219 - color contains mainly: blue. Hex color #0803DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0803DB is #F7FC24. Grayscale: #1C1C1C. Windows color (decimal): -16251941 or 14353160. OLE color: 14353160.
HSL color Cylindrical-coordinate representation of color #0803DB: hue angle of 241.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0803DB is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 3 | 219 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.14 |
| HSL | 241.39º | 0.97% | 0.44% | - |
| HSV(B) | 241.39º | 0.99% | 0.86% | - |
| XYZ | 12.92 | 5.23 | 67.35 | - |
| YUV | 29.12 | 235.16 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 219 | 0.96 | 0.99 | 0 | 0.14 | 241.39 | 0.97 | 0.44 |
| Hex | 8 | 3 | DB | 60 | 63 | 0 | E | F1 | 61 | 2C |
| Octal | 10 | 3 | 333 | 140 | 143 | 0 | 16 | 361 | 141 | 54 |
| Binary | 1000 | 11 | 11011011 | 1100000 | 1100011 | 0 | 1110 | 11110001 | 1100001 | 101100 |
Color Harmonies of #0803DB
Complementary color
Monochromatic Colors of #0803DB
Black with #0803DB
Text Example
Text Example
White with #0803DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0803DB; }
p { color: rgb(8,3,219); }
H1.HeaderClassName
{
color: #0803DB;
}
.AnyTagClassName
{
color: #0803DB;
}
</style>
background-color css
<style>
a { background-color: #0803DB; }
a { background-color: rgb(8,3,219); }
div.DivClassName
{
background-color: #0803DB;
}
.BgClassName
{
background-color: #0803DB;
}
</style>
border-color css
<style>
span { border-color: #0803DB; }
span { border-color: rgb(8,3,219); }
td.TdClassName
{
border-color: #0803DB;
}
.TagClassName
{
border-color: #0803DB;
}
</style>