Shades of Blue #1715EF
Tints of Blue #1715EF
RGB
CMYK
RGB Variations
Color information
#1715EF (or 0x1715EF) is known color: Blue. HEX triplet: 17, 15 and EF. RGB value is (23,21,239). Sum of RGB (Red+Green+Blue) = 23+21+239=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #1715EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1715EF is #E8EA10. Grayscale: #2D2D2D. Windows color (decimal): -15264273 or 15668503. OLE color: 15668503.
HSL color Cylindrical-coordinate representation of color #1715EF: hue angle of 240.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1715EF is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 21 | 239 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.06 |
| HSL | 240.55º | 0.87% | 0.51% | - |
| HSV(B) | 240.55º | 0.91% | 0.94% | - |
| XYZ | 16.2 | 6.95 | 82.15 | - |
| YUV | 46.45 | 236.66 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 239 | 0.90 | 0.91 | 0 | 0.06 | 240.55 | 0.87 | 0.51 |
| Hex | 17 | 15 | EF | 5A | 5B | 0 | 6 | F1 | 57 | 33 |
| Octal | 27 | 25 | 357 | 132 | 133 | 0 | 6 | 361 | 127 | 63 |
| Binary | 10111 | 10101 | 11101111 | 1011010 | 1011011 | 0 | 110 | 11110001 | 1010111 | 110011 |
Color Harmonies of #1715EF
Complementary color
Monochromatic Colors of #1715EF
Black with #1715EF
Text Example
Text Example
White with #1715EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1715EF; }
p { color: rgb(23,21,239); }
H1.HeaderClassName
{
color: #1715EF;
}
.AnyTagClassName
{
color: #1715EF;
}
</style>
background-color css
<style>
a { background-color: #1715EF; }
a { background-color: rgb(23,21,239); }
div.DivClassName
{
background-color: #1715EF;
}
.BgClassName
{
background-color: #1715EF;
}
</style>
border-color css
<style>
span { border-color: #1715EF; }
span { border-color: rgb(23,21,239); }
td.TdClassName
{
border-color: #1715EF;
}
.TagClassName
{
border-color: #1715EF;
}
</style>