Shades of Medium Blue #0509DB
Tints of Medium Blue #0509DB
RGB
CMYK
RGB Variations
Color information
#0509DB (or 0x0509DB) is known color: Medium Blue. HEX triplet: 05, 09 and DB. RGB value is (5,9,219). Sum of RGB (Red+Green+Blue) = 5+9+219=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 219 (85.94% from 255 or 93.99% from 233); Max value from RGB is 219 - color contains mainly: blue. Hex color #0509DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509DB is #FAF624. Grayscale: #1E1E1E. Windows color (decimal): -16447013 or 14354693. OLE color: 14354693.
HSL color Cylindrical-coordinate representation of color #0509DB: hue angle of 238.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0509DB is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 9 | 219 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.14 |
| HSL | 238.88º | 0.96% | 0.44% | - |
| HSV(B) | 238.88º | 0.98% | 0.86% | - |
| XYZ | 12.95 | 5.34 | 67.37 | - |
| YUV | 31.74 | 233.67 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 219 | 0.98 | 0.96 | 0 | 0.14 | 238.88 | 0.96 | 0.44 |
| Hex | 5 | 9 | DB | 62 | 60 | 0 | E | EF | 60 | 2C |
| Octal | 5 | 11 | 333 | 142 | 140 | 0 | 16 | 357 | 140 | 54 |
| Binary | 101 | 1001 | 11011011 | 1100010 | 1100000 | 0 | 1110 | 11101111 | 1100000 | 101100 |
Color Harmonies of #0509DB
Complementary color
Monochromatic Colors of #0509DB
Black with #0509DB
Text Example
Text Example
White with #0509DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0509DB; }
p { color: rgb(5,9,219); }
H1.HeaderClassName
{
color: #0509DB;
}
.AnyTagClassName
{
color: #0509DB;
}
</style>
background-color css
<style>
a { background-color: #0509DB; }
a { background-color: rgb(5,9,219); }
div.DivClassName
{
background-color: #0509DB;
}
.BgClassName
{
background-color: #0509DB;
}
</style>
border-color css
<style>
span { border-color: #0509DB; }
span { border-color: rgb(5,9,219); }
td.TdClassName
{
border-color: #0509DB;
}
.TagClassName
{
border-color: #0509DB;
}
</style>