Shades of Medium Blue #030DCB
Tints of Medium Blue #030DCB
RGB
CMYK
RGB Variations
Color information
#030DCB (or 0x030DCB) is known color: Medium Blue. HEX triplet: 03, 0D and CB. RGB value is (3,13,203). Sum of RGB (Red+Green+Blue) = 3+13+203=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 203 (79.69% from 255 or 92.69% from 219); Max value from RGB is 203 - color contains mainly: blue. Hex color #030DCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DCB is #FCF234. Grayscale: #1E1E1E. Windows color (decimal): -16577077 or 13307139. OLE color: 13307139.
HSL color Cylindrical-coordinate representation of color #030DCB: hue angle of 237º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030DCB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 13 | 203 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.20 |
| HSL | 237º | 0.97% | 0.4% | - |
| HSV(B) | 237º | 0.99% | 0.8% | - |
| XYZ | 10.96 | 4.62 | 56.81 | - |
| YUV | 31.67 | 224.69 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 203 | 0.99 | 0.94 | 0 | 0.20 | 237 | 0.97 | 0.4 |
| Hex | 3 | D | CB | 63 | 5E | 0 | 14 | ED | 61 | 28 |
| Octal | 3 | 15 | 313 | 143 | 136 | 0 | 24 | 355 | 141 | 50 |
| Binary | 11 | 1101 | 11001011 | 1100011 | 1011110 | 0 | 10100 | 11101101 | 1100001 | 101000 |
Color Harmonies of #030DCB
Complementary color
Monochromatic Colors of #030DCB
Black with #030DCB
Text Example
Text Example
White with #030DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030DCB; }
p { color: rgb(3,13,203); }
H1.HeaderClassName
{
color: #030DCB;
}
.AnyTagClassName
{
color: #030DCB;
}
</style>
background-color css
<style>
a { background-color: #030DCB; }
a { background-color: rgb(3,13,203); }
div.DivClassName
{
background-color: #030DCB;
}
.BgClassName
{
background-color: #030DCB;
}
</style>
border-color css
<style>
span { border-color: #030DCB; }
span { border-color: rgb(3,13,203); }
td.TdClassName
{
border-color: #030DCB;
}
.TagClassName
{
border-color: #030DCB;
}
</style>