Shades of Medium Blue #031DDD
Tints of Medium Blue #031DDD
RGB
CMYK
RGB Variations
Color information
#031DDD (or 0x031DDD) is known color: Medium Blue. HEX triplet: 03, 1D and DD. RGB value is (3,29,221). Sum of RGB (Red+Green+Blue) = 3+29+221=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #031DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DDD is #FCE222. Grayscale: #2A2A2A. Windows color (decimal): -16572963 or 14490883. OLE color: 14490883.
HSL color Cylindrical-coordinate representation of color #031DDD: hue angle of 232.84º 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 #031DDD is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 29 | 221 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.13 |
| HSL | 232.84º | 0.97% | 0.44% | - |
| HSV(B) | 232.84º | 0.99% | 0.87% | - |
| XYZ | 13.53 | 6.12 | 68.87 | - |
| YUV | 43.11 | 228.39 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 221 | 0.99 | 0.87 | 0 | 0.13 | 232.84 | 0.97 | 0.44 |
| Hex | 3 | 1D | DD | 63 | 57 | 0 | D | E9 | 61 | 2C |
| Octal | 3 | 35 | 335 | 143 | 127 | 0 | 15 | 351 | 141 | 54 |
| Binary | 11 | 11101 | 11011101 | 1100011 | 1010111 | 0 | 1101 | 11101001 | 1100001 | 101100 |
Color Harmonies of #031DDD
Complementary color
Monochromatic Colors of #031DDD
Black with #031DDD
Text Example
Text Example
White with #031DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DDD; }
p { color: rgb(3,29,221); }
H1.HeaderClassName
{
color: #031DDD;
}
.AnyTagClassName
{
color: #031DDD;
}
</style>
background-color css
<style>
a { background-color: #031DDD; }
a { background-color: rgb(3,29,221); }
div.DivClassName
{
background-color: #031DDD;
}
.BgClassName
{
background-color: #031DDD;
}
</style>
border-color css
<style>
span { border-color: #031DDD; }
span { border-color: rgb(3,29,221); }
td.TdClassName
{
border-color: #031DDD;
}
.TagClassName
{
border-color: #031DDD;
}
</style>