Shades of Blue #171EFD
Tints of Blue #171EFD
RGB
CMYK
RGB Variations
Color information
#171EFD (or 0x171EFD) is known color: Blue. HEX triplet: 17, 1E and FD. RGB value is (23,30,253). Sum of RGB (Red+Green+Blue) = 23+30+253=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #171EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171EFD is #E8E102. Grayscale: #343434. Windows color (decimal): -15261955 or 16588311. OLE color: 16588311.
HSL color Cylindrical-coordinate representation of color #171EFD: hue angle of 238.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #171EFD is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 30 | 253 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.01 |
| HSL | 238.17º | 0.98% | 0.54% | - |
| HSV(B) | 238.17º | 0.91% | 0.99% | - |
| XYZ | 18.55 | 8.2 | 93.53 | - |
| YUV | 53.33 | 240.68 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 253 | 0.91 | 0.88 | 0 | 0.01 | 238.17 | 0.98 | 0.54 |
| Hex | 17 | 1E | FD | 5B | 58 | 0 | 1 | EE | 62 | 36 |
| Octal | 27 | 36 | 375 | 133 | 130 | 0 | 1 | 356 | 142 | 66 |
| Binary | 10111 | 11110 | 11111101 | 1011011 | 1011000 | 0 | 1 | 11101110 | 1100010 | 110110 |
Color Harmonies of #171EFD
Complementary color
Monochromatic Colors of #171EFD
Black with #171EFD
Text Example
Text Example
White with #171EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171EFD; }
p { color: rgb(23,30,253); }
H1.HeaderClassName
{
color: #171EFD;
}
.AnyTagClassName
{
color: #171EFD;
}
</style>
background-color css
<style>
a { background-color: #171EFD; }
a { background-color: rgb(23,30,253); }
div.DivClassName
{
background-color: #171EFD;
}
.BgClassName
{
background-color: #171EFD;
}
</style>
border-color css
<style>
span { border-color: #171EFD; }
span { border-color: rgb(23,30,253); }
td.TdClassName
{
border-color: #171EFD;
}
.TagClassName
{
border-color: #171EFD;
}
</style>