Shades of Medium Blue #031DD9
Tints of Medium Blue #031DD9
RGB
CMYK
RGB Variations
Color information
#031DD9 (or 0x031DD9) is known color: Medium Blue. HEX triplet: 03, 1D and D9. RGB value is (3,29,217). Sum of RGB (Red+Green+Blue) = 3+29+217=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 217 (85.16% from 255 or 87.15% from 249); Max value from RGB is 217 - color contains mainly: blue. Hex color #031DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DD9 is #FCE226. Grayscale: #292929. Windows color (decimal): -16572967 or 14228739. OLE color: 14228739.
HSL color Cylindrical-coordinate representation of color #031DD9: hue angle of 232.71º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DD9 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 29 | 217 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.15 |
| HSL | 232.71º | 0.97% | 0.43% | - |
| HSV(B) | 232.71º | 0.99% | 0.85% | - |
| XYZ | 13 | 5.91 | 66.1 | - |
| YUV | 42.66 | 226.39 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 217 | 0.99 | 0.87 | 0 | 0.15 | 232.71 | 0.97 | 0.43 |
| Hex | 3 | 1D | D9 | 63 | 57 | 0 | F | E9 | 61 | 2B |
| Octal | 3 | 35 | 331 | 143 | 127 | 0 | 17 | 351 | 141 | 53 |
| Binary | 11 | 11101 | 11011001 | 1100011 | 1010111 | 0 | 1111 | 11101001 | 1100001 | 101011 |
Color Harmonies of #031DD9
Complementary color
Monochromatic Colors of #031DD9
Black with #031DD9
Text Example
Text Example
White with #031DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DD9; }
p { color: rgb(3,29,217); }
H1.HeaderClassName
{
color: #031DD9;
}
.AnyTagClassName
{
color: #031DD9;
}
</style>
background-color css
<style>
a { background-color: #031DD9; }
a { background-color: rgb(3,29,217); }
div.DivClassName
{
background-color: #031DD9;
}
.BgClassName
{
background-color: #031DD9;
}
</style>
border-color css
<style>
span { border-color: #031DD9; }
span { border-color: rgb(3,29,217); }
td.TdClassName
{
border-color: #031DD9;
}
.TagClassName
{
border-color: #031DD9;
}
</style>