Shades of Medium Blue #031DCF
Tints of Medium Blue #031DCF
RGB
CMYK
RGB Variations
Color information
#031DCF (or 0x031DCF) is known color: Medium Blue. HEX triplet: 03, 1D and CF. RGB value is (3,29,207). Sum of RGB (Red+Green+Blue) = 3+29+207=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 207 (81.25% from 255 or 86.61% from 239); Max value from RGB is 207 - color contains mainly: blue. Hex color #031DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DCF is #FCE230. Grayscale: #282828. Windows color (decimal): -16572977 or 13573379. OLE color: 13573379.
HSL color Cylindrical-coordinate representation of color #031DCF: hue angle of 232.35º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DCF is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 29 | 207 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.19 |
| HSL | 232.35º | 0.97% | 0.41% | - |
| HSV(B) | 232.35º | 0.99% | 0.81% | - |
| XYZ | 11.74 | 5.4 | 59.46 | - |
| YUV | 41.52 | 221.39 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 207 | 0.99 | 0.86 | 0 | 0.19 | 232.35 | 0.97 | 0.41 |
| Hex | 3 | 1D | CF | 63 | 56 | 0 | 13 | E8 | 61 | 29 |
| Octal | 3 | 35 | 317 | 143 | 126 | 0 | 23 | 350 | 141 | 51 |
| Binary | 11 | 11101 | 11001111 | 1100011 | 1010110 | 0 | 10011 | 11101000 | 1100001 | 101001 |
Color Harmonies of #031DCF
Complementary color
Monochromatic Colors of #031DCF
Black with #031DCF
Text Example
Text Example
White with #031DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DCF; }
p { color: rgb(3,29,207); }
H1.HeaderClassName
{
color: #031DCF;
}
.AnyTagClassName
{
color: #031DCF;
}
</style>
background-color css
<style>
a { background-color: #031DCF; }
a { background-color: rgb(3,29,207); }
div.DivClassName
{
background-color: #031DCF;
}
.BgClassName
{
background-color: #031DCF;
}
</style>
border-color css
<style>
span { border-color: #031DCF; }
span { border-color: rgb(3,29,207); }
td.TdClassName
{
border-color: #031DCF;
}
.TagClassName
{
border-color: #031DCF;
}
</style>