Shades of Blue #1415F7
Tints of Blue #1415F7
RGB
CMYK
RGB Variations
Color information
#1415F7 (or 0x1415F7) is known color: Blue. HEX triplet: 14, 15 and F7. RGB value is (20,21,247). Sum of RGB (Red+Green+Blue) = 20+21+247=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 247 (96.88% from 255 or 85.76% from 288); Max value from RGB is 247 - color contains mainly: blue. Hex color #1415F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1415F7 is #EBEA08. Grayscale: #2D2D2D. Windows color (decimal): -15460873 or 16192788. OLE color: 16192788.
HSL color Cylindrical-coordinate representation of color #1415F7: hue angle of 239.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1415F7 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 21 | 247 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.03 |
| HSL | 239.74º | 0.93% | 0.52% | - |
| HSV(B) | 239.74º | 0.92% | 0.97% | - |
| XYZ | 17.35 | 7.4 | 88.51 | - |
| YUV | 46.47 | 241.17 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 247 | 0.92 | 0.91 | 0 | 0.03 | 239.74 | 0.93 | 0.52 |
| Hex | 14 | 15 | F7 | 5C | 5B | 0 | 3 | F0 | 5D | 34 |
| Octal | 24 | 25 | 367 | 134 | 133 | 0 | 3 | 360 | 135 | 64 |
| Binary | 10100 | 10101 | 11110111 | 1011100 | 1011011 | 0 | 11 | 11110000 | 1011101 | 110100 |
Color Harmonies of #1415F7
Complementary color
Monochromatic Colors of #1415F7
Black with #1415F7
Text Example
Text Example
White with #1415F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1415F7; }
p { color: rgb(20,21,247); }
H1.HeaderClassName
{
color: #1415F7;
}
.AnyTagClassName
{
color: #1415F7;
}
</style>
background-color css
<style>
a { background-color: #1415F7; }
a { background-color: rgb(20,21,247); }
div.DivClassName
{
background-color: #1415F7;
}
.BgClassName
{
background-color: #1415F7;
}
</style>
border-color css
<style>
span { border-color: #1415F7; }
span { border-color: rgb(20,21,247); }
td.TdClassName
{
border-color: #1415F7;
}
.TagClassName
{
border-color: #1415F7;
}
</style>