Shades of Medium Blue #030DDD
Tints of Medium Blue #030DDD
RGB
CMYK
RGB Variations
Color information
#030DDD (or 0x030DDD) is known color: Medium Blue. HEX triplet: 03, 0D and DD. RGB value is (3,13,221). Sum of RGB (Red+Green+Blue) = 3+13+221=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 221 (86.72% from 255 or 93.25% from 237); Max value from RGB is 221 - color contains mainly: blue. Hex color #030DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DDD is #FCF222. Grayscale: #202020. Windows color (decimal): -16577059 or 14486787. OLE color: 14486787.
HSL color Cylindrical-coordinate representation of color #030DDD: hue angle of 237.25º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030DDD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 13 | 221 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.13 |
| HSL | 237.25º | 0.97% | 0.44% | - |
| HSV(B) | 237.25º | 0.99% | 0.87% | - |
| XYZ | 13.23 | 5.53 | 68.78 | - |
| YUV | 33.72 | 233.69 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 221 | 0.99 | 0.94 | 0 | 0.13 | 237.25 | 0.97 | 0.44 |
| Hex | 3 | D | DD | 63 | 5E | 0 | D | ED | 61 | 2C |
| Octal | 3 | 15 | 335 | 143 | 136 | 0 | 15 | 355 | 141 | 54 |
| Binary | 11 | 1101 | 11011101 | 1100011 | 1011110 | 0 | 1101 | 11101101 | 1100001 | 101100 |
Color Harmonies of #030DDD
Complementary color
Monochromatic Colors of #030DDD
Black with #030DDD
Text Example
Text Example
White with #030DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030DDD; }
p { color: rgb(3,13,221); }
H1.HeaderClassName
{
color: #030DDD;
}
.AnyTagClassName
{
color: #030DDD;
}
</style>
background-color css
<style>
a { background-color: #030DDD; }
a { background-color: rgb(3,13,221); }
div.DivClassName
{
background-color: #030DDD;
}
.BgClassName
{
background-color: #030DDD;
}
</style>
border-color css
<style>
span { border-color: #030DDD; }
span { border-color: rgb(3,13,221); }
td.TdClassName
{
border-color: #030DDD;
}
.TagClassName
{
border-color: #030DDD;
}
</style>