Shades of Medium Blue #1308D7
Tints of Medium Blue #1308D7
RGB
CMYK
RGB Variations
Color information
#1308D7 (or 0x1308D7) is known color: Medium Blue. HEX triplet: 13, 08 and D7. RGB value is (19,8,215). Sum of RGB (Red+Green+Blue) = 19+8+215=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 215 (84.38% from 255 or 88.84% from 242); Max value from RGB is 215 - color contains mainly: blue. Hex color #1308D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308D7 is #ECF728. Grayscale: #222222. Windows color (decimal): -15529769 or 14092307. OLE color: 14092307.
HSL color Cylindrical-coordinate representation of color #1308D7: hue angle of 243.19º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308D7 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 8 | 215 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.16 |
| HSL | 243.19º | 0.93% | 0.44% | - |
| HSV(B) | 243.19º | 0.96% | 0.84% | - |
| XYZ | 12.62 | 5.22 | 64.63 | - |
| YUV | 34.89 | 229.64 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 215 | 0.91 | 0.96 | 0 | 0.16 | 243.19 | 0.93 | 0.44 |
| Hex | 13 | 8 | D7 | 5B | 60 | 0 | 10 | F3 | 5D | 2C |
| Octal | 23 | 10 | 327 | 133 | 140 | 0 | 20 | 363 | 135 | 54 |
| Binary | 10011 | 1000 | 11010111 | 1011011 | 1100000 | 0 | 10000 | 11110011 | 1011101 | 101100 |
Color Harmonies of #1308D7
Complementary color
Monochromatic Colors of #1308D7
Black with #1308D7
Text Example
Text Example
White with #1308D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1308D7; }
p { color: rgb(19,8,215); }
H1.HeaderClassName
{
color: #1308D7;
}
.AnyTagClassName
{
color: #1308D7;
}
</style>
background-color css
<style>
a { background-color: #1308D7; }
a { background-color: rgb(19,8,215); }
div.DivClassName
{
background-color: #1308D7;
}
.BgClassName
{
background-color: #1308D7;
}
</style>
border-color css
<style>
span { border-color: #1308D7; }
span { border-color: rgb(19,8,215); }
td.TdClassName
{
border-color: #1308D7;
}
.TagClassName
{
border-color: #1308D7;
}
</style>