Shades of Medium Blue #1215DF
Tints of Medium Blue #1215DF
RGB
CMYK
RGB Variations
Color information
#1215DF (or 0x1215DF) is known color: Medium Blue. HEX triplet: 12, 15 and DF. RGB value is (18,21,223). Sum of RGB (Red+Green+Blue) = 18+21+223=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #1215DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1215DF is #EDEA20. Grayscale: #2A2A2A. Windows color (decimal): -15591969 or 14619922. OLE color: 14619922.
HSL color Cylindrical-coordinate representation of color #1215DF: hue angle of 239.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1215DF is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 21 | 223 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.13 |
| HSL | 239.12º | 0.85% | 0.47% | - |
| HSV(B) | 239.12º | 0.92% | 0.87% | - |
| XYZ | 13.84 | 5.99 | 70.24 | - |
| YUV | 43.13 | 229.51 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 223 | 0.92 | 0.91 | 0 | 0.13 | 239.12 | 0.85 | 0.47 |
| Hex | 12 | 15 | DF | 5C | 5B | 0 | D | EF | 55 | 2F |
| Octal | 22 | 25 | 337 | 134 | 133 | 0 | 15 | 357 | 125 | 57 |
| Binary | 10010 | 10101 | 11011111 | 1011100 | 1011011 | 0 | 1101 | 11101111 | 1010101 | 101111 |
Color Harmonies of #1215DF
Complementary color
Monochromatic Colors of #1215DF
Black with #1215DF
Text Example
Text Example
White with #1215DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1215DF; }
p { color: rgb(18,21,223); }
H1.HeaderClassName
{
color: #1215DF;
}
.AnyTagClassName
{
color: #1215DF;
}
</style>
background-color css
<style>
a { background-color: #1215DF; }
a { background-color: rgb(18,21,223); }
div.DivClassName
{
background-color: #1215DF;
}
.BgClassName
{
background-color: #1215DF;
}
</style>
border-color css
<style>
span { border-color: #1215DF; }
span { border-color: rgb(18,21,223); }
td.TdClassName
{
border-color: #1215DF;
}
.TagClassName
{
border-color: #1215DF;
}
</style>