Shades of Medium Blue #030DD3
Tints of Medium Blue #030DD3
RGB
CMYK
RGB Variations
Color information
#030DD3 (or 0x030DD3) is known color: Medium Blue. HEX triplet: 03, 0D and D3. RGB value is (3,13,211). Sum of RGB (Red+Green+Blue) = 3+13+211=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 211 (82.81% from 255 or 92.95% from 227); Max value from RGB is 211 - color contains mainly: blue. Hex color #030DD3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DD3 is #FCF22C. Grayscale: #1F1F1F. Windows color (decimal): -16577069 or 13831427. OLE color: 13831427.
HSL color Cylindrical-coordinate representation of color #030DD3: hue angle of 237.12º 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 #030DD3 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 13 | 211 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.17 |
| HSL | 237.12º | 0.97% | 0.42% | - |
| HSV(B) | 237.12º | 0.99% | 0.83% | - |
| XYZ | 11.94 | 5.01 | 61.97 | - |
| YUV | 32.58 | 228.69 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 211 | 0.99 | 0.94 | 0 | 0.17 | 237.12 | 0.97 | 0.42 |
| Hex | 3 | D | D3 | 63 | 5E | 0 | 11 | ED | 61 | 2A |
| Octal | 3 | 15 | 323 | 143 | 136 | 0 | 21 | 355 | 141 | 52 |
| Binary | 11 | 1101 | 11010011 | 1100011 | 1011110 | 0 | 10001 | 11101101 | 1100001 | 101010 |
Color Harmonies of #030DD3
Complementary color
Monochromatic Colors of #030DD3
Black with #030DD3
Text Example
Text Example
White with #030DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030DD3; }
p { color: rgb(3,13,211); }
H1.HeaderClassName
{
color: #030DD3;
}
.AnyTagClassName
{
color: #030DD3;
}
</style>
background-color css
<style>
a { background-color: #030DD3; }
a { background-color: rgb(3,13,211); }
div.DivClassName
{
background-color: #030DD3;
}
.BgClassName
{
background-color: #030DD3;
}
</style>
border-color css
<style>
span { border-color: #030DD3; }
span { border-color: rgb(3,13,211); }
td.TdClassName
{
border-color: #030DD3;
}
.TagClassName
{
border-color: #030DD3;
}
</style>