Shades of Medium Blue #030ADB
Tints of Medium Blue #030ADB
RGB
CMYK
RGB Variations
Color information
#030ADB (or 0x030ADB) is known color: Medium Blue. HEX triplet: 03, 0A and DB. RGB value is (3,10,219). Sum of RGB (Red+Green+Blue) = 3+10+219=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 219 (85.94% from 255 or 94.40% from 232); Max value from RGB is 219 - color contains mainly: blue. Hex color #030ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ADB is #FCF524. Grayscale: #1E1E1E. Windows color (decimal): -16577829 or 14354947. OLE color: 14354947.
HSL color Cylindrical-coordinate representation of color #030ADB: hue angle of 238.06º 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 #030ADB is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 10 | 219 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.14 |
| HSL | 238.06º | 0.97% | 0.44% | - |
| HSV(B) | 238.06º | 0.99% | 0.86% | - |
| XYZ | 12.93 | 5.35 | 67.37 | - |
| YUV | 31.73 | 233.68 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 219 | 0.99 | 0.95 | 0 | 0.14 | 238.06 | 0.97 | 0.44 |
| Hex | 3 | A | DB | 63 | 5F | 0 | E | EE | 61 | 2C |
| Octal | 3 | 12 | 333 | 143 | 137 | 0 | 16 | 356 | 141 | 54 |
| Binary | 11 | 1010 | 11011011 | 1100011 | 1011111 | 0 | 1110 | 11101110 | 1100001 | 101100 |
Color Harmonies of #030ADB
Complementary color
Monochromatic Colors of #030ADB
Black with #030ADB
Text Example
Text Example
White with #030ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030ADB; }
p { color: rgb(3,10,219); }
H1.HeaderClassName
{
color: #030ADB;
}
.AnyTagClassName
{
color: #030ADB;
}
</style>
background-color css
<style>
a { background-color: #030ADB; }
a { background-color: rgb(3,10,219); }
div.DivClassName
{
background-color: #030ADB;
}
.BgClassName
{
background-color: #030ADB;
}
</style>
border-color css
<style>
span { border-color: #030ADB; }
span { border-color: rgb(3,10,219); }
td.TdClassName
{
border-color: #030ADB;
}
.TagClassName
{
border-color: #030ADB;
}
</style>