Shades of Medium Blue #0503D3
Tints of Medium Blue #0503D3
RGB
CMYK
RGB Variations
Color information
#0503D3 (or 0x0503D3) is known color: Medium Blue. HEX triplet: 05, 03 and D3. RGB value is (5,3,211). Sum of RGB (Red+Green+Blue) = 5+3+211=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 211 (82.81% from 255 or 96.35% from 219); Max value from RGB is 211 - color contains mainly: blue. Hex color #0503D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0503D3 is #FAFC2C. Grayscale: #1A1A1A. Windows color (decimal): -16448557 or 13828869. OLE color: 13828869.
HSL color Cylindrical-coordinate representation of color #0503D3: hue angle of 240.58º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0503D3 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 3 | 211 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.17 |
| HSL | 240.58º | 0.97% | 0.42% | - |
| HSV(B) | 240.58º | 0.99% | 0.83% | - |
| XYZ | 11.85 | 4.8 | 61.93 | - |
| YUV | 27.31 | 231.66 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 211 | 0.98 | 0.99 | 0 | 0.17 | 240.58 | 0.97 | 0.42 |
| Hex | 5 | 3 | D3 | 62 | 63 | 0 | 11 | F1 | 61 | 2A |
| Octal | 5 | 3 | 323 | 142 | 143 | 0 | 21 | 361 | 141 | 52 |
| Binary | 101 | 11 | 11010011 | 1100010 | 1100011 | 0 | 10001 | 11110001 | 1100001 | 101010 |
Color Harmonies of #0503D3
Complementary color
Monochromatic Colors of #0503D3
Black with #0503D3
Text Example
Text Example
White with #0503D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0503D3; }
p { color: rgb(5,3,211); }
H1.HeaderClassName
{
color: #0503D3;
}
.AnyTagClassName
{
color: #0503D3;
}
</style>
background-color css
<style>
a { background-color: #0503D3; }
a { background-color: rgb(5,3,211); }
div.DivClassName
{
background-color: #0503D3;
}
.BgClassName
{
background-color: #0503D3;
}
</style>
border-color css
<style>
span { border-color: #0503D3; }
span { border-color: rgb(5,3,211); }
td.TdClassName
{
border-color: #0503D3;
}
.TagClassName
{
border-color: #0503D3;
}
</style>