Shades of Medium Blue #130FDC
Tints of Medium Blue #130FDC
RGB
CMYK
RGB Variations
Color information
#130FDC (or 0x130FDC) is known color: Medium Blue. HEX triplet: 13, 0F and DC. RGB value is (19,15,220). Sum of RGB (Red+Green+Blue) = 19+15+220=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 220 (86.33% from 255 or 86.61% from 254); Max value from RGB is 220 - color contains mainly: blue. Hex color #130FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FDC is #ECF023. Grayscale: #262626. Windows color (decimal): -15527972 or 14421779. OLE color: 14421779.
HSL color Cylindrical-coordinate representation of color #130FDC: hue angle of 241.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130FDC is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 15 | 220 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.14 |
| HSL | 241.17º | 0.87% | 0.46% | - |
| HSV(B) | 241.17º | 0.93% | 0.86% | - |
| XYZ | 13.36 | 5.65 | 68.1 | - |
| YUV | 39.57 | 229.83 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 220 | 0.91 | 0.93 | 0 | 0.14 | 241.17 | 0.87 | 0.46 |
| Hex | 13 | F | DC | 5B | 5D | 0 | E | F1 | 57 | 2E |
| Octal | 23 | 17 | 334 | 133 | 135 | 0 | 16 | 361 | 127 | 56 |
| Binary | 10011 | 1111 | 11011100 | 1011011 | 1011101 | 0 | 1110 | 11110001 | 1010111 | 101110 |
Color Harmonies of #130FDC
Complementary color
Monochromatic Colors of #130FDC
Black with #130FDC
Text Example
Text Example
White with #130FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130FDC; }
p { color: rgb(19,15,220); }
H1.HeaderClassName
{
color: #130FDC;
}
.AnyTagClassName
{
color: #130FDC;
}
</style>
background-color css
<style>
a { background-color: #130FDC; }
a { background-color: rgb(19,15,220); }
div.DivClassName
{
background-color: #130FDC;
}
.BgClassName
{
background-color: #130FDC;
}
</style>
border-color css
<style>
span { border-color: #130FDC; }
span { border-color: rgb(19,15,220); }
td.TdClassName
{
border-color: #130FDC;
}
.TagClassName
{
border-color: #130FDC;
}
</style>