Shades of Medium Blue #1302DD
Tints of Medium Blue #1302DD
RGB
CMYK
RGB Variations
Color information
#1302DD (or 0x1302DD) is known color: Medium Blue. HEX triplet: 13, 02 and DD. RGB value is (19,2,221). Sum of RGB (Red+Green+Blue) = 19+2+221=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 221 (86.72% from 255 or 91.32% from 242); Max value from RGB is 221 - color contains mainly: blue. Hex color #1302DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1302DD is #ECFD22. Grayscale: #1F1F1F. Windows color (decimal): -15531299 or 14483987. OLE color: 14483987.
HSL color Cylindrical-coordinate representation of color #1302DD: hue angle of 244.66º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302DD is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 2 | 221 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.13 |
| HSL | 244.66º | 0.98% | 0.44% | - |
| HSV(B) | 244.66º | 0.99% | 0.87% | - |
| XYZ | 13.34 | 5.4 | 68.75 | - |
| YUV | 32.05 | 234.63 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 221 | 0.91 | 0.99 | 0 | 0.13 | 244.66 | 0.98 | 0.44 |
| Hex | 13 | 2 | DD | 5B | 63 | 0 | D | F5 | 62 | 2C |
| Octal | 23 | 2 | 335 | 133 | 143 | 0 | 15 | 365 | 142 | 54 |
| Binary | 10011 | 10 | 11011101 | 1011011 | 1100011 | 0 | 1101 | 11110101 | 1100010 | 101100 |
Color Harmonies of #1302DD
Complementary color
Monochromatic Colors of #1302DD
Black with #1302DD
Text Example
Text Example
White with #1302DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302DD; }
p { color: rgb(19,2,221); }
H1.HeaderClassName
{
color: #1302DD;
}
.AnyTagClassName
{
color: #1302DD;
}
</style>
background-color css
<style>
a { background-color: #1302DD; }
a { background-color: rgb(19,2,221); }
div.DivClassName
{
background-color: #1302DD;
}
.BgClassName
{
background-color: #1302DD;
}
</style>
border-color css
<style>
span { border-color: #1302DD; }
span { border-color: rgb(19,2,221); }
td.TdClassName
{
border-color: #1302DD;
}
.TagClassName
{
border-color: #1302DD;
}
</style>