Shades of Blue #1721F1
Tints of Blue #1721F1
RGB
CMYK
RGB Variations
Color information
#1721F1 (or 0x1721F1) is known color: Blue. HEX triplet: 17, 21 and F1. RGB value is (23,33,241). Sum of RGB (Red+Green+Blue) = 23+33+241=297 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.74% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 241 (94.53% from 255 or 81.14% from 297); Max value from RGB is 241 - color contains mainly: blue. Hex color #1721F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1721F1 is #E8DE0E. Grayscale: #343434. Windows color (decimal): -15261199 or 15802647. OLE color: 15802647.
HSL color Cylindrical-coordinate representation of color #1721F1: hue angle of 237.25º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1721F1 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 33 | 241 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.05 |
| HSL | 237.25º | 0.89% | 0.52% | - |
| HSV(B) | 237.25º | 0.9% | 0.95% | - |
| XYZ | 16.77 | 7.62 | 83.81 | - |
| YUV | 53.72 | 233.69 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 241 | 0.90 | 0.86 | 0 | 0.05 | 237.25 | 0.89 | 0.52 |
| Hex | 17 | 21 | F1 | 5A | 56 | 0 | 5 | ED | 59 | 34 |
| Octal | 27 | 41 | 361 | 132 | 126 | 0 | 5 | 355 | 131 | 64 |
| Binary | 10111 | 100001 | 11110001 | 1011010 | 1010110 | 0 | 101 | 11101101 | 1011001 | 110100 |
Color Harmonies of #1721F1
Complementary color
Monochromatic Colors of #1721F1
Black with #1721F1
Text Example
Text Example
White with #1721F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1721F1; }
p { color: rgb(23,33,241); }
H1.HeaderClassName
{
color: #1721F1;
}
.AnyTagClassName
{
color: #1721F1;
}
</style>
background-color css
<style>
a { background-color: #1721F1; }
a { background-color: rgb(23,33,241); }
div.DivClassName
{
background-color: #1721F1;
}
.BgClassName
{
background-color: #1721F1;
}
</style>
border-color css
<style>
span { border-color: #1721F1; }
span { border-color: rgb(23,33,241); }
td.TdClassName
{
border-color: #1721F1;
}
.TagClassName
{
border-color: #1721F1;
}
</style>