Shades of Blue #1215FD
Tints of Blue #1215FD
RGB
CMYK
RGB Variations
Color information
#1215FD (or 0x1215FD) is known color: Blue. HEX triplet: 12, 15 and FD. RGB value is (18,21,253). Sum of RGB (Red+Green+Blue) = 18+21+253=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #1215FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1215FD is #EDEA02. Grayscale: #2D2D2D. Windows color (decimal): -15591939 or 16586002. OLE color: 16586002.
HSL color Cylindrical-coordinate representation of color #1215FD: hue angle of 239.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1215FD is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 21 | 253 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.01 |
| HSL | 239.23º | 0.98% | 0.53% | - |
| HSV(B) | 239.23º | 0.93% | 0.99% | - |
| XYZ | 18.25 | 7.76 | 93.46 | - |
| YUV | 46.55 | 244.51 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 253 | 0.93 | 0.92 | 0 | 0.01 | 239.23 | 0.98 | 0.53 |
| Hex | 12 | 15 | FD | 5D | 5C | 0 | 1 | EF | 62 | 35 |
| Octal | 22 | 25 | 375 | 135 | 134 | 0 | 1 | 357 | 142 | 65 |
| Binary | 10010 | 10101 | 11111101 | 1011101 | 1011100 | 0 | 1 | 11101111 | 1100010 | 110101 |
Color Harmonies of #1215FD
Complementary color
Monochromatic Colors of #1215FD
Black with #1215FD
Text Example
Text Example
White with #1215FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1215FD; }
p { color: rgb(18,21,253); }
H1.HeaderClassName
{
color: #1215FD;
}
.AnyTagClassName
{
color: #1215FD;
}
</style>
background-color css
<style>
a { background-color: #1215FD; }
a { background-color: rgb(18,21,253); }
div.DivClassName
{
background-color: #1215FD;
}
.BgClassName
{
background-color: #1215FD;
}
</style>
border-color css
<style>
span { border-color: #1215FD; }
span { border-color: rgb(18,21,253); }
td.TdClassName
{
border-color: #1215FD;
}
.TagClassName
{
border-color: #1215FD;
}
</style>