Shades of Medium Blue #031EDC
Tints of Medium Blue #031EDC
RGB
CMYK
RGB Variations
Color information
#031EDC (or 0x031EDC) is known color: Medium Blue. HEX triplet: 03, 1E and DC. RGB value is (3,30,220). Sum of RGB (Red+Green+Blue) = 3+30+220=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 220 (86.33% from 255 or 86.96% from 253); Max value from RGB is 220 - color contains mainly: blue. Hex color #031EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031EDC is #FCE123. Grayscale: #2A2A2A. Windows color (decimal): -16572708 or 14425603. OLE color: 14425603.
HSL color Cylindrical-coordinate representation of color #031EDC: hue angle of 232.53º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031EDC is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 30 | 220 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.14 |
| HSL | 232.53º | 0.97% | 0.44% | - |
| HSV(B) | 232.53º | 0.99% | 0.86% | - |
| XYZ | 13.42 | 6.12 | 68.18 | - |
| YUV | 43.59 | 227.55 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 220 | 0.99 | 0.86 | 0 | 0.14 | 232.53 | 0.97 | 0.44 |
| Hex | 3 | 1E | DC | 63 | 56 | 0 | E | E9 | 61 | 2C |
| Octal | 3 | 36 | 334 | 143 | 126 | 0 | 16 | 351 | 141 | 54 |
| Binary | 11 | 11110 | 11011100 | 1100011 | 1010110 | 0 | 1110 | 11101001 | 1100001 | 101100 |
Color Harmonies of #031EDC
Complementary color
Monochromatic Colors of #031EDC
Black with #031EDC
Text Example
Text Example
White with #031EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EDC; }
p { color: rgb(3,30,220); }
H1.HeaderClassName
{
color: #031EDC;
}
.AnyTagClassName
{
color: #031EDC;
}
</style>
background-color css
<style>
a { background-color: #031EDC; }
a { background-color: rgb(3,30,220); }
div.DivClassName
{
background-color: #031EDC;
}
.BgClassName
{
background-color: #031EDC;
}
</style>
border-color css
<style>
span { border-color: #031EDC; }
span { border-color: rgb(3,30,220); }
td.TdClassName
{
border-color: #031EDC;
}
.TagClassName
{
border-color: #031EDC;
}
</style>