Shades of Medium Blue #1308DF
Tints of Medium Blue #1308DF
RGB
CMYK
RGB Variations
Color information
#1308DF (or 0x1308DF) is known color: Medium Blue. HEX triplet: 13, 08 and DF. RGB value is (19,8,223). Sum of RGB (Red+Green+Blue) = 19+8+223=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 223 (87.5% from 255 or 89.2% from 250); Max value from RGB is 223 - color contains mainly: blue. Hex color #1308DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308DF is #ECF720. Grayscale: #222222. Windows color (decimal): -15529761 or 14616595. OLE color: 14616595.
HSL color Cylindrical-coordinate representation of color #1308DF: hue angle of 243.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308DF is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 8 | 223 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.13 |
| HSL | 243.07º | 0.93% | 0.45% | - |
| HSV(B) | 243.07º | 0.96% | 0.87% | - |
| XYZ | 13.67 | 5.64 | 70.18 | - |
| YUV | 35.8 | 233.64 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 223 | 0.91 | 0.96 | 0 | 0.13 | 243.07 | 0.93 | 0.45 |
| Hex | 13 | 8 | DF | 5B | 60 | 0 | D | F3 | 5D | 2D |
| Octal | 23 | 10 | 337 | 133 | 140 | 0 | 15 | 363 | 135 | 55 |
| Binary | 10011 | 1000 | 11011111 | 1011011 | 1100000 | 0 | 1101 | 11110011 | 1011101 | 101101 |
Color Harmonies of #1308DF
Complementary color
Monochromatic Colors of #1308DF
Black with #1308DF
Text Example
Text Example
White with #1308DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1308DF; }
p { color: rgb(19,8,223); }
H1.HeaderClassName
{
color: #1308DF;
}
.AnyTagClassName
{
color: #1308DF;
}
</style>
background-color css
<style>
a { background-color: #1308DF; }
a { background-color: rgb(19,8,223); }
div.DivClassName
{
background-color: #1308DF;
}
.BgClassName
{
background-color: #1308DF;
}
</style>
border-color css
<style>
span { border-color: #1308DF; }
span { border-color: rgb(19,8,223); }
td.TdClassName
{
border-color: #1308DF;
}
.TagClassName
{
border-color: #1308DF;
}
</style>