Shades of Medium Blue #0307DB
Tints of Medium Blue #0307DB
RGB
CMYK
RGB Variations
Color information
#0307DB (or 0x0307DB) is known color: Medium Blue. HEX triplet: 03, 07 and DB. RGB value is (3,7,219). Sum of RGB (Red+Green+Blue) = 3+7+219=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 219 (85.94% from 255 or 95.63% from 229); Max value from RGB is 219 - color contains mainly: blue. Hex color #0307DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0307DB is #FCF824. Grayscale: #1D1D1D. Windows color (decimal): -16578597 or 14354179. OLE color: 14354179.
HSL color Cylindrical-coordinate representation of color #0307DB: hue angle of 238.89º 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 #0307DB is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 7 | 219 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.14 |
| HSL | 238.89º | 0.97% | 0.44% | - |
| HSV(B) | 238.89º | 0.99% | 0.86% | - |
| XYZ | 12.9 | 5.29 | 67.36 | - |
| YUV | 29.97 | 234.67 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 219 | 0.99 | 0.97 | 0 | 0.14 | 238.89 | 0.97 | 0.44 |
| Hex | 3 | 7 | DB | 63 | 61 | 0 | E | EF | 61 | 2C |
| Octal | 3 | 7 | 333 | 143 | 141 | 0 | 16 | 357 | 141 | 54 |
| Binary | 11 | 111 | 11011011 | 1100011 | 1100001 | 0 | 1110 | 11101111 | 1100001 | 101100 |
Color Harmonies of #0307DB
Complementary color
Monochromatic Colors of #0307DB
Black with #0307DB
Text Example
Text Example
White with #0307DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0307DB; }
p { color: rgb(3,7,219); }
H1.HeaderClassName
{
color: #0307DB;
}
.AnyTagClassName
{
color: #0307DB;
}
</style>
background-color css
<style>
a { background-color: #0307DB; }
a { background-color: rgb(3,7,219); }
div.DivClassName
{
background-color: #0307DB;
}
.BgClassName
{
background-color: #0307DB;
}
</style>
border-color css
<style>
span { border-color: #0307DB; }
span { border-color: rgb(3,7,219); }
td.TdClassName
{
border-color: #0307DB;
}
.TagClassName
{
border-color: #0307DB;
}
</style>