Shades of Medium Blue #1210DA
Tints of Medium Blue #1210DA
RGB
CMYK
RGB Variations
Color information
#1210DA (or 0x1210DA) is known color: Medium Blue. HEX triplet: 12, 10 and DA. RGB value is (18,16,218). Sum of RGB (Red+Green+Blue) = 18+16+218=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 218 (85.55% from 255 or 86.51% from 252); Max value from RGB is 218 - color contains mainly: blue. Hex color #1210DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1210DA is #EDEF25. Grayscale: #262626. Windows color (decimal): -15593254 or 14290962. OLE color: 14290962.
HSL color Cylindrical-coordinate representation of color #1210DA: hue angle of 240.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1210DA is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 16 | 218 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.15 |
| HSL | 240.59º | 0.86% | 0.46% | - |
| HSV(B) | 240.59º | 0.93% | 0.85% | - |
| XYZ | 13.09 | 5.56 | 66.71 | - |
| YUV | 39.63 | 228.66 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 218 | 0.92 | 0.93 | 0 | 0.15 | 240.59 | 0.86 | 0.46 |
| Hex | 12 | 10 | DA | 5C | 5D | 0 | F | F1 | 56 | 2E |
| Octal | 22 | 20 | 332 | 134 | 135 | 0 | 17 | 361 | 126 | 56 |
| Binary | 10010 | 10000 | 11011010 | 1011100 | 1011101 | 0 | 1111 | 11110001 | 1010110 | 101110 |
Color Harmonies of #1210DA
Complementary color
Monochromatic Colors of #1210DA
Black with #1210DA
Text Example
Text Example
White with #1210DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1210DA; }
p { color: rgb(18,16,218); }
H1.HeaderClassName
{
color: #1210DA;
}
.AnyTagClassName
{
color: #1210DA;
}
</style>
background-color css
<style>
a { background-color: #1210DA; }
a { background-color: rgb(18,16,218); }
div.DivClassName
{
background-color: #1210DA;
}
.BgClassName
{
background-color: #1210DA;
}
</style>
border-color css
<style>
span { border-color: #1210DA; }
span { border-color: rgb(18,16,218); }
td.TdClassName
{
border-color: #1210DA;
}
.TagClassName
{
border-color: #1210DA;
}
</style>