Shades of Blue #170CFE
Tints of Blue #170CFE
RGB
CMYK
RGB Variations
Color information
#170CFE (or 0x170CFE) is known color: Blue. HEX triplet: 17, 0C and FE. RGB value is (23,12,254). Sum of RGB (Red+Green+Blue) = 23+12+254=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 254 (99.61% from 255 or 87.89% from 289); Max value from RGB is 254 - color contains mainly: blue. Hex color #170CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170CFE is #E8F301. Grayscale: #292929. Windows color (decimal): -15266562 or 16649239. OLE color: 16649239.
HSL color Cylindrical-coordinate representation of color #170CFE: hue angle of 242.73º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170CFE is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 12 | 254 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.00 |
| HSL | 242.73º | 0.99% | 0.52% | - |
| HSV(B) | 242.73º | 0.95% | 1% | - |
| XYZ | 18.37 | 7.6 | 94.26 | - |
| YUV | 42.88 | 247.14 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 254 | 0.91 | 0.95 | 0 | 0.00 | 242.73 | 0.99 | 0.52 |
| Hex | 17 | C | FE | 5B | 5F | 0 | 0 | F3 | 63 | 34 |
| Octal | 27 | 14 | 376 | 133 | 137 | 0 | 0 | 363 | 143 | 64 |
| Binary | 10111 | 1100 | 11111110 | 1011011 | 1011111 | 0 | 0 | 11110011 | 1100011 | 110100 |
Color Harmonies of #170CFE
Complementary color
Monochromatic Colors of #170CFE
Black with #170CFE
Text Example
Text Example
White with #170CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CFE; }
p { color: rgb(23,12,254); }
H1.HeaderClassName
{
color: #170CFE;
}
.AnyTagClassName
{
color: #170CFE;
}
</style>
background-color css
<style>
a { background-color: #170CFE; }
a { background-color: rgb(23,12,254); }
div.DivClassName
{
background-color: #170CFE;
}
.BgClassName
{
background-color: #170CFE;
}
</style>
border-color css
<style>
span { border-color: #170CFE; }
span { border-color: rgb(23,12,254); }
td.TdClassName
{
border-color: #170CFE;
}
.TagClassName
{
border-color: #170CFE;
}
</style>