Shades of Blue #170BF2
Tints of Blue #170BF2
RGB
CMYK
RGB Variations
Color information
#170BF2 (or 0x170BF2) is known color: Blue. HEX triplet: 17, 0B and F2. RGB value is (23,11,242). Sum of RGB (Red+Green+Blue) = 23+11+242=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 242 (94.92% from 255 or 87.68% from 276); Max value from RGB is 242 - color contains mainly: blue. Hex color #170BF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170BF2 is #E8F40D. Grayscale: #282828. Windows color (decimal): -15266830 or 15862551. OLE color: 15862551.
HSL color Cylindrical-coordinate representation of color #170BF2: hue angle of 243.12º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170BF2 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 11 | 242 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.05 |
| HSL | 243.12º | 0.91% | 0.5% | - |
| HSV(B) | 243.12º | 0.95% | 0.95% | - |
| XYZ | 16.5 | 6.83 | 84.45 | - |
| YUV | 40.92 | 241.48 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 242 | 0.90 | 0.95 | 0 | 0.05 | 243.12 | 0.91 | 0.5 |
| Hex | 17 | B | F2 | 5A | 5F | 0 | 5 | F3 | 5B | 32 |
| Octal | 27 | 13 | 362 | 132 | 137 | 0 | 5 | 363 | 133 | 62 |
| Binary | 10111 | 1011 | 11110010 | 1011010 | 1011111 | 0 | 101 | 11110011 | 1011011 | 110010 |
Color Harmonies of #170BF2
Complementary color
Monochromatic Colors of #170BF2
Black with #170BF2
Text Example
Text Example
White with #170BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170BF2; }
p { color: rgb(23,11,242); }
H1.HeaderClassName
{
color: #170BF2;
}
.AnyTagClassName
{
color: #170BF2;
}
</style>
background-color css
<style>
a { background-color: #170BF2; }
a { background-color: rgb(23,11,242); }
div.DivClassName
{
background-color: #170BF2;
}
.BgClassName
{
background-color: #170BF2;
}
</style>
border-color css
<style>
span { border-color: #170BF2; }
span { border-color: rgb(23,11,242); }
td.TdClassName
{
border-color: #170BF2;
}
.TagClassName
{
border-color: #170BF2;
}
</style>