Shades of Blue #1215FA
Tints of Blue #1215FA
RGB
CMYK
RGB Variations
Color information
#1215FA (or 0x1215FA) is known color: Blue. HEX triplet: 12, 15 and FA. RGB value is (18,21,250). Sum of RGB (Red+Green+Blue) = 18+21+250=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 250 (98.05% from 255 or 86.51% from 289); Max value from RGB is 250 - color contains mainly: blue. Hex color #1215FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1215FA is #EDEA05. Grayscale: #2D2D2D. Windows color (decimal): -15591942 or 16389394. OLE color: 16389394.
HSL color Cylindrical-coordinate representation of color #1215FA: hue angle of 239.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1215FA is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 21 | 250 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.02 |
| HSL | 239.22º | 0.96% | 0.53% | - |
| HSV(B) | 239.22º | 0.93% | 0.98% | - |
| XYZ | 17.77 | 7.57 | 90.97 | - |
| YUV | 46.21 | 243.01 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 250 | 0.93 | 0.92 | 0 | 0.02 | 239.22 | 0.96 | 0.53 |
| Hex | 12 | 15 | FA | 5D | 5C | 0 | 2 | EF | 60 | 35 |
| Octal | 22 | 25 | 372 | 135 | 134 | 0 | 2 | 357 | 140 | 65 |
| Binary | 10010 | 10101 | 11111010 | 1011101 | 1011100 | 0 | 10 | 11101111 | 1100000 | 110101 |
Color Harmonies of #1215FA
Complementary color
Monochromatic Colors of #1215FA
Black with #1215FA
Text Example
Text Example
White with #1215FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1215FA; }
p { color: rgb(18,21,250); }
H1.HeaderClassName
{
color: #1215FA;
}
.AnyTagClassName
{
color: #1215FA;
}
</style>
background-color css
<style>
a { background-color: #1215FA; }
a { background-color: rgb(18,21,250); }
div.DivClassName
{
background-color: #1215FA;
}
.BgClassName
{
background-color: #1215FA;
}
</style>
border-color css
<style>
span { border-color: #1215FA; }
span { border-color: rgb(18,21,250); }
td.TdClassName
{
border-color: #1215FA;
}
.TagClassName
{
border-color: #1215FA;
}
</style>