Shades of Medium Blue #031BD8
Tints of Medium Blue #031BD8
RGB
CMYK
RGB Variations
Color information
#031BD8 (or 0x031BD8) is known color: Medium Blue. HEX triplet: 03, 1B and D8. RGB value is (3,27,216). Sum of RGB (Red+Green+Blue) = 3+27+216=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 216 (84.77% from 255 or 87.80% from 246); Max value from RGB is 216 - color contains mainly: blue. Hex color #031BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BD8 is #FCE427. Grayscale: #282828. Windows color (decimal): -16573480 or 14162691. OLE color: 14162691.
HSL color Cylindrical-coordinate representation of color #031BD8: hue angle of 233.24º 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 #031BD8 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 27 | 216 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.15 |
| HSL | 233.24º | 0.97% | 0.43% | - |
| HSV(B) | 233.24º | 0.99% | 0.85% | - |
| XYZ | 12.82 | 5.76 | 65.4 | - |
| YUV | 41.37 | 226.55 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 216 | 0.99 | 0.88 | 0 | 0.15 | 233.24 | 0.97 | 0.43 |
| Hex | 3 | 1B | D8 | 63 | 58 | 0 | F | E9 | 61 | 2B |
| Octal | 3 | 33 | 330 | 143 | 130 | 0 | 17 | 351 | 141 | 53 |
| Binary | 11 | 11011 | 11011000 | 1100011 | 1011000 | 0 | 1111 | 11101001 | 1100001 | 101011 |
Color Harmonies of #031BD8
Complementary color
Monochromatic Colors of #031BD8
Black with #031BD8
Text Example
Text Example
White with #031BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BD8; }
p { color: rgb(3,27,216); }
H1.HeaderClassName
{
color: #031BD8;
}
.AnyTagClassName
{
color: #031BD8;
}
</style>
background-color css
<style>
a { background-color: #031BD8; }
a { background-color: rgb(3,27,216); }
div.DivClassName
{
background-color: #031BD8;
}
.BgClassName
{
background-color: #031BD8;
}
</style>
border-color css
<style>
span { border-color: #031BD8; }
span { border-color: rgb(3,27,216); }
td.TdClassName
{
border-color: #031BD8;
}
.TagClassName
{
border-color: #031BD8;
}
</style>