Shades of Blue #1512FD
Tints of Blue #1512FD
RGB
CMYK
RGB Variations
Color information
#1512FD (or 0x1512FD) is known color: Blue. HEX triplet: 15, 12 and FD. RGB value is (21,18,253). Sum of RGB (Red+Green+Blue) = 21+18+253=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 18 (7.42% from 255 or 6.16% 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 #1512FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1512FD is #EAED02. Grayscale: #2C2C2C. Windows color (decimal): -15396099 or 16585237. OLE color: 16585237.
HSL color Cylindrical-coordinate representation of color #1512FD: hue angle of 240.77º 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 #1512FD is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 18 | 253 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.01 |
| HSL | 240.77º | 0.98% | 0.53% | - |
| HSV(B) | 240.77º | 0.93% | 0.99% | - |
| XYZ | 18.26 | 7.68 | 93.45 | - |
| YUV | 45.69 | 244.99 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 253 | 0.92 | 0.93 | 0 | 0.01 | 240.77 | 0.98 | 0.53 |
| Hex | 15 | 12 | FD | 5C | 5D | 0 | 1 | F1 | 62 | 35 |
| Octal | 25 | 22 | 375 | 134 | 135 | 0 | 1 | 361 | 142 | 65 |
| Binary | 10101 | 10010 | 11111101 | 1011100 | 1011101 | 0 | 1 | 11110001 | 1100010 | 110101 |
Color Harmonies of #1512FD
Complementary color
Monochromatic Colors of #1512FD
Black with #1512FD
Text Example
Text Example
White with #1512FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1512FD; }
p { color: rgb(21,18,253); }
H1.HeaderClassName
{
color: #1512FD;
}
.AnyTagClassName
{
color: #1512FD;
}
</style>
background-color css
<style>
a { background-color: #1512FD; }
a { background-color: rgb(21,18,253); }
div.DivClassName
{
background-color: #1512FD;
}
.BgClassName
{
background-color: #1512FD;
}
</style>
border-color css
<style>
span { border-color: #1512FD; }
span { border-color: rgb(21,18,253); }
td.TdClassName
{
border-color: #1512FD;
}
.TagClassName
{
border-color: #1512FD;
}
</style>