Shades of Blue #170CFB
Tints of Blue #170CFB
RGB
CMYK
RGB Variations
Color information
#170CFB (or 0x170CFB) is known color: Blue. HEX triplet: 17, 0C and FB. RGB value is (23,12,251). Sum of RGB (Red+Green+Blue) = 23+12+251=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 251 (98.44% from 255 or 87.76% from 286); Max value from RGB is 251 - color contains mainly: blue. Hex color #170CFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170CFB is #E8F304. Grayscale: #292929. Windows color (decimal): -15266565 or 16452631. OLE color: 16452631.
HSL color Cylindrical-coordinate representation of color #170CFB: hue angle of 242.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170CFB is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 12 | 251 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.02 |
| HSL | 242.76º | 0.97% | 0.52% | - |
| HSV(B) | 242.76º | 0.95% | 0.98% | - |
| XYZ | 17.9 | 7.41 | 91.75 | - |
| YUV | 42.54 | 245.64 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 251 | 0.91 | 0.95 | 0 | 0.02 | 242.76 | 0.97 | 0.52 |
| Hex | 17 | C | FB | 5B | 5F | 0 | 2 | F3 | 61 | 34 |
| Octal | 27 | 14 | 373 | 133 | 137 | 0 | 2 | 363 | 141 | 64 |
| Binary | 10111 | 1100 | 11111011 | 1011011 | 1011111 | 0 | 10 | 11110011 | 1100001 | 110100 |
Color Harmonies of #170CFB
Complementary color
Monochromatic Colors of #170CFB
Black with #170CFB
Text Example
Text Example
White with #170CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CFB; }
p { color: rgb(23,12,251); }
H1.HeaderClassName
{
color: #170CFB;
}
.AnyTagClassName
{
color: #170CFB;
}
</style>
background-color css
<style>
a { background-color: #170CFB; }
a { background-color: rgb(23,12,251); }
div.DivClassName
{
background-color: #170CFB;
}
.BgClassName
{
background-color: #170CFB;
}
</style>
border-color css
<style>
span { border-color: #170CFB; }
span { border-color: rgb(23,12,251); }
td.TdClassName
{
border-color: #170CFB;
}
.TagClassName
{
border-color: #170CFB;
}
</style>