Shades of Medium Blue #131FDD
Tints of Medium Blue #131FDD
RGB
CMYK
RGB Variations
Color information
#131FDD (or 0x131FDD) is known color: Medium Blue. HEX triplet: 13, 1F and DD. RGB value is (19,31,221). Sum of RGB (Red+Green+Blue) = 19+31+221=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #131FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FDD is #ECE022. Grayscale: #303030. Windows color (decimal): -15523875 or 14491411. OLE color: 14491411.
HSL color Cylindrical-coordinate representation of color #131FDD: hue angle of 236.44º 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 #131FDD is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 31 | 221 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.13 |
| HSL | 236.44º | 0.84% | 0.47% | - |
| HSV(B) | 236.44º | 0.91% | 0.87% | - |
| XYZ | 13.81 | 6.34 | 68.9 | - |
| YUV | 49.07 | 225.02 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 221 | 0.91 | 0.86 | 0 | 0.13 | 236.44 | 0.84 | 0.47 |
| Hex | 13 | 1F | DD | 5B | 56 | 0 | D | EC | 54 | 2F |
| Octal | 23 | 37 | 335 | 133 | 126 | 0 | 15 | 354 | 124 | 57 |
| Binary | 10011 | 11111 | 11011101 | 1011011 | 1010110 | 0 | 1101 | 11101100 | 1010100 | 101111 |
Color Harmonies of #131FDD
Complementary color
Monochromatic Colors of #131FDD
Black with #131FDD
Text Example
Text Example
White with #131FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FDD; }
p { color: rgb(19,31,221); }
H1.HeaderClassName
{
color: #131FDD;
}
.AnyTagClassName
{
color: #131FDD;
}
</style>
background-color css
<style>
a { background-color: #131FDD; }
a { background-color: rgb(19,31,221); }
div.DivClassName
{
background-color: #131FDD;
}
.BgClassName
{
background-color: #131FDD;
}
</style>
border-color css
<style>
span { border-color: #131FDD; }
span { border-color: rgb(19,31,221); }
td.TdClassName
{
border-color: #131FDD;
}
.TagClassName
{
border-color: #131FDD;
}
</style>