Shades of Medium Blue #131EDD
Tints of Medium Blue #131EDD
RGB
CMYK
RGB Variations
Color information
#131EDD (or 0x131EDD) is known color: Medium Blue. HEX triplet: 13, 1E and DD. RGB value is (19,30,221). Sum of RGB (Red+Green+Blue) = 19+30+221=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #131EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131EDD is #ECE122. Grayscale: #2F2F2F. Windows color (decimal): -15524131 or 14491155. OLE color: 14491155.
HSL color Cylindrical-coordinate representation of color #131EDD: hue angle of 236.73º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131EDD is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 30 | 221 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.13 |
| HSL | 236.73º | 0.84% | 0.47% | - |
| HSV(B) | 236.73º | 0.91% | 0.87% | - |
| XYZ | 13.78 | 6.29 | 68.89 | - |
| YUV | 48.49 | 225.36 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 221 | 0.91 | 0.86 | 0 | 0.13 | 236.73 | 0.84 | 0.47 |
| Hex | 13 | 1E | DD | 5B | 56 | 0 | D | ED | 54 | 2F |
| Octal | 23 | 36 | 335 | 133 | 126 | 0 | 15 | 355 | 124 | 57 |
| Binary | 10011 | 11110 | 11011101 | 1011011 | 1010110 | 0 | 1101 | 11101101 | 1010100 | 101111 |
Color Harmonies of #131EDD
Complementary color
Monochromatic Colors of #131EDD
Black with #131EDD
Text Example
Text Example
White with #131EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EDD; }
p { color: rgb(19,30,221); }
H1.HeaderClassName
{
color: #131EDD;
}
.AnyTagClassName
{
color: #131EDD;
}
</style>
background-color css
<style>
a { background-color: #131EDD; }
a { background-color: rgb(19,30,221); }
div.DivClassName
{
background-color: #131EDD;
}
.BgClassName
{
background-color: #131EDD;
}
</style>
border-color css
<style>
span { border-color: #131EDD; }
span { border-color: rgb(19,30,221); }
td.TdClassName
{
border-color: #131EDD;
}
.TagClassName
{
border-color: #131EDD;
}
</style>