Shades of Medium Blue #031EDD
Tints of Medium Blue #031EDD
RGB
CMYK
RGB Variations
Color information
#031EDD (or 0x031EDD) is known color: Medium Blue. HEX triplet: 03, 1E and DD. RGB value is (3,30,221). Sum of RGB (Red+Green+Blue) = 3+30+221=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #031EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031EDD is #FCE122. Grayscale: #2A2A2A. Windows color (decimal): -16572707 or 14491139. OLE color: 14491139.
HSL color Cylindrical-coordinate representation of color #031EDD: hue angle of 232.57º 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 #031EDD is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 30 | 221 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.13 |
| HSL | 232.57º | 0.97% | 0.44% | - |
| HSV(B) | 232.57º | 0.99% | 0.87% | - |
| XYZ | 13.55 | 6.17 | 68.88 | - |
| YUV | 43.7 | 228.05 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 221 | 0.99 | 0.86 | 0 | 0.13 | 232.57 | 0.97 | 0.44 |
| Hex | 3 | 1E | DD | 63 | 56 | 0 | D | E9 | 61 | 2C |
| Octal | 3 | 36 | 335 | 143 | 126 | 0 | 15 | 351 | 141 | 54 |
| Binary | 11 | 11110 | 11011101 | 1100011 | 1010110 | 0 | 1101 | 11101001 | 1100001 | 101100 |
Color Harmonies of #031EDD
Complementary color
Monochromatic Colors of #031EDD
Black with #031EDD
Text Example
Text Example
White with #031EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EDD; }
p { color: rgb(3,30,221); }
H1.HeaderClassName
{
color: #031EDD;
}
.AnyTagClassName
{
color: #031EDD;
}
</style>
background-color css
<style>
a { background-color: #031EDD; }
a { background-color: rgb(3,30,221); }
div.DivClassName
{
background-color: #031EDD;
}
.BgClassName
{
background-color: #031EDD;
}
</style>
border-color css
<style>
span { border-color: #031EDD; }
span { border-color: rgb(3,30,221); }
td.TdClassName
{
border-color: #031EDD;
}
.TagClassName
{
border-color: #031EDD;
}
</style>