Shades of Medium Blue #030FDB
Tints of Medium Blue #030FDB
RGB
CMYK
RGB Variations
Color information
#030FDB (or 0x030FDB) is known color: Medium Blue. HEX triplet: 03, 0F and DB. RGB value is (3,15,219). Sum of RGB (Red+Green+Blue) = 3+15+219=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 219 (85.94% from 255 or 92.41% from 237); Max value from RGB is 219 - color contains mainly: blue. Hex color #030FDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FDB is #FCF024. Grayscale: #212121. Windows color (decimal): -16576549 or 14356227. OLE color: 14356227.
HSL color Cylindrical-coordinate representation of color #030FDB: hue angle of 236.67º 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 #030FDB is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 15 | 219 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.14 |
| HSL | 236.67º | 0.97% | 0.44% | - |
| HSV(B) | 236.67º | 0.99% | 0.86% | - |
| XYZ | 12.99 | 5.48 | 67.39 | - |
| YUV | 34.67 | 232.02 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 219 | 0.99 | 0.93 | 0 | 0.14 | 236.67 | 0.97 | 0.44 |
| Hex | 3 | F | DB | 63 | 5D | 0 | E | ED | 61 | 2C |
| Octal | 3 | 17 | 333 | 143 | 135 | 0 | 16 | 355 | 141 | 54 |
| Binary | 11 | 1111 | 11011011 | 1100011 | 1011101 | 0 | 1110 | 11101101 | 1100001 | 101100 |
Color Harmonies of #030FDB
Complementary color
Monochromatic Colors of #030FDB
Black with #030FDB
Text Example
Text Example
White with #030FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030FDB; }
p { color: rgb(3,15,219); }
H1.HeaderClassName
{
color: #030FDB;
}
.AnyTagClassName
{
color: #030FDB;
}
</style>
background-color css
<style>
a { background-color: #030FDB; }
a { background-color: rgb(3,15,219); }
div.DivClassName
{
background-color: #030FDB;
}
.BgClassName
{
background-color: #030FDB;
}
</style>
border-color css
<style>
span { border-color: #030FDB; }
span { border-color: rgb(3,15,219); }
td.TdClassName
{
border-color: #030FDB;
}
.TagClassName
{
border-color: #030FDB;
}
</style>