Shades of Blue #1514F1
Tints of Blue #1514F1
RGB
CMYK
RGB Variations
Color information
#1514F1 (or 0x1514F1) is known color: Blue. HEX triplet: 15, 14 and F1. RGB value is (21,20,241). Sum of RGB (Red+Green+Blue) = 21+20+241=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 241 (94.53% from 255 or 85.46% from 282); Max value from RGB is 241 - color contains mainly: blue. Hex color #1514F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1514F1 is #EAEB0E. Grayscale: #2C2C2C. Windows color (decimal): -15395599 or 15799317. OLE color: 15799317.
HSL color Cylindrical-coordinate representation of color #1514F1: hue angle of 240.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1514F1 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 20 | 241 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.05 |
| HSL | 240.27º | 0.89% | 0.51% | - |
| HSV(B) | 240.27º | 0.92% | 0.95% | - |
| XYZ | 16.44 | 7.01 | 83.71 | - |
| YUV | 45.49 | 238.33 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 241 | 0.91 | 0.92 | 0 | 0.05 | 240.27 | 0.89 | 0.51 |
| Hex | 15 | 14 | F1 | 5B | 5C | 0 | 5 | F0 | 59 | 33 |
| Octal | 25 | 24 | 361 | 133 | 134 | 0 | 5 | 360 | 131 | 63 |
| Binary | 10101 | 10100 | 11110001 | 1011011 | 1011100 | 0 | 101 | 11110000 | 1011001 | 110011 |
Color Harmonies of #1514F1
Complementary color
Monochromatic Colors of #1514F1
Black with #1514F1
Text Example
Text Example
White with #1514F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1514F1; }
p { color: rgb(21,20,241); }
H1.HeaderClassName
{
color: #1514F1;
}
.AnyTagClassName
{
color: #1514F1;
}
</style>
background-color css
<style>
a { background-color: #1514F1; }
a { background-color: rgb(21,20,241); }
div.DivClassName
{
background-color: #1514F1;
}
.BgClassName
{
background-color: #1514F1;
}
</style>
border-color css
<style>
span { border-color: #1514F1; }
span { border-color: rgb(21,20,241); }
td.TdClassName
{
border-color: #1514F1;
}
.TagClassName
{
border-color: #1514F1;
}
</style>