Shades of Blue #1721EF
Tints of Blue #1721EF
RGB
CMYK
RGB Variations
Color information
#1721EF (or 0x1721EF) is known color: Blue. HEX triplet: 17, 21 and EF. RGB value is (23,33,239). Sum of RGB (Red+Green+Blue) = 23+33+239=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #1721EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1721EF is #E8DE10. Grayscale: #343434. Windows color (decimal): -15261201 or 15671575. OLE color: 15671575.
HSL color Cylindrical-coordinate representation of color #1721EF: hue angle of 237.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1721EF is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 33 | 239 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.06 |
| HSL | 237.22º | 0.87% | 0.51% | - |
| HSV(B) | 237.22º | 0.9% | 0.94% | - |
| XYZ | 16.48 | 7.5 | 82.24 | - |
| YUV | 53.49 | 232.69 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 239 | 0.90 | 0.86 | 0 | 0.06 | 237.22 | 0.87 | 0.51 |
| Hex | 17 | 21 | EF | 5A | 56 | 0 | 6 | ED | 57 | 33 |
| Octal | 27 | 41 | 357 | 132 | 126 | 0 | 6 | 355 | 127 | 63 |
| Binary | 10111 | 100001 | 11101111 | 1011010 | 1010110 | 0 | 110 | 11101101 | 1010111 | 110011 |
Color Harmonies of #1721EF
Complementary color
Monochromatic Colors of #1721EF
Black with #1721EF
Text Example
Text Example
White with #1721EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1721EF; }
p { color: rgb(23,33,239); }
H1.HeaderClassName
{
color: #1721EF;
}
.AnyTagClassName
{
color: #1721EF;
}
</style>
background-color css
<style>
a { background-color: #1721EF; }
a { background-color: rgb(23,33,239); }
div.DivClassName
{
background-color: #1721EF;
}
.BgClassName
{
background-color: #1721EF;
}
</style>
border-color css
<style>
span { border-color: #1721EF; }
span { border-color: rgb(23,33,239); }
td.TdClassName
{
border-color: #1721EF;
}
.TagClassName
{
border-color: #1721EF;
}
</style>