Shades of Blue #1215FF
Tints of Blue #1215FF
RGB
CMYK
RGB Variations
Color information
#1215FF (or 0x1215FF) is known color: Blue. HEX triplet: 12, 15 and FF. RGB value is (18,21,255). Sum of RGB (Red+Green+Blue) = 18+21+255=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 255 (100% from 255 or 86.73% from 294); Max value from RGB is 255 - color contains mainly: blue. Hex color #1215FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1215FF is #EDEA00. Grayscale: #2D2D2D. Windows color (decimal): -15591937 or 16717074. OLE color: 16717074.
HSL color Cylindrical-coordinate representation of color #1215FF: hue angle of 239.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1215FF is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 21 | 255 | - |
| CMYK | 0.93 | 0.92 | 0 | 0 |
| HSL | 239.24º | 1% | 0.54% | - |
| HSV(B) | 239.24º | 0.93% | 1% | - |
| XYZ | 18.57 | 7.88 | 95.15 | - |
| YUV | 46.78 | 245.51 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 255 | 0.93 | 0.92 | 0 | 0 | 239.24 | 1 | 0.54 |
| Hex | 12 | 15 | FF | 5D | 5C | 0 | 0 | EF | 64 | 36 |
| Octal | 22 | 25 | 377 | 135 | 134 | 0 | 0 | 357 | 144 | 66 |
| Binary | 10010 | 10101 | 11111111 | 1011101 | 1011100 | 0 | 0 | 11101111 | 1100100 | 110110 |
Color Harmonies of #1215FF
Complementary color
Monochromatic Colors of #1215FF
Black with #1215FF
Text Example
Text Example
White with #1215FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1215FF; }
p { color: rgb(18,21,255); }
H1.HeaderClassName
{
color: #1215FF;
}
.AnyTagClassName
{
color: #1215FF;
}
</style>
background-color css
<style>
a { background-color: #1215FF; }
a { background-color: rgb(18,21,255); }
div.DivClassName
{
background-color: #1215FF;
}
.BgClassName
{
background-color: #1215FF;
}
</style>
border-color css
<style>
span { border-color: #1215FF; }
span { border-color: rgb(18,21,255); }
td.TdClassName
{
border-color: #1215FF;
}
.TagClassName
{
border-color: #1215FF;
}
</style>