Shades of Medium Blue #1215DC
Tints of Medium Blue #1215DC
RGB
CMYK
RGB Variations
Color information
#1215DC (or 0x1215DC) is known color: Medium Blue. HEX triplet: 12, 15 and DC. RGB value is (18,21,220). Sum of RGB (Red+Green+Blue) = 18+21+220=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 220 (86.33% from 255 or 84.94% from 259); Max value from RGB is 220 - color contains mainly: blue. Hex color #1215DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1215DC is #EDEA23. Grayscale: #292929. Windows color (decimal): -15591972 or 14423314. OLE color: 14423314.
HSL color Cylindrical-coordinate representation of color #1215DC: hue angle of 239.11º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1215DC is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 21 | 220 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.14 |
| HSL | 239.11º | 0.85% | 0.47% | - |
| HSV(B) | 239.11º | 0.92% | 0.86% | - |
| XYZ | 13.44 | 5.83 | 68.13 | - |
| YUV | 42.79 | 228.01 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 220 | 0.92 | 0.90 | 0 | 0.14 | 239.11 | 0.85 | 0.47 |
| Hex | 12 | 15 | DC | 5C | 5A | 0 | E | EF | 55 | 2F |
| Octal | 22 | 25 | 334 | 134 | 132 | 0 | 16 | 357 | 125 | 57 |
| Binary | 10010 | 10101 | 11011100 | 1011100 | 1011010 | 0 | 1110 | 11101111 | 1010101 | 101111 |
Color Harmonies of #1215DC
Complementary color
Monochromatic Colors of #1215DC
Black with #1215DC
Text Example
Text Example
White with #1215DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1215DC; }
p { color: rgb(18,21,220); }
H1.HeaderClassName
{
color: #1215DC;
}
.AnyTagClassName
{
color: #1215DC;
}
</style>
background-color css
<style>
a { background-color: #1215DC; }
a { background-color: rgb(18,21,220); }
div.DivClassName
{
background-color: #1215DC;
}
.BgClassName
{
background-color: #1215DC;
}
</style>
border-color css
<style>
span { border-color: #1215DC; }
span { border-color: rgb(18,21,220); }
td.TdClassName
{
border-color: #1215DC;
}
.TagClassName
{
border-color: #1215DC;
}
</style>