Shades of Blue #170BED
Tints of Blue #170BED
RGB
CMYK
RGB Variations
Color information
#170BED (or 0x170BED) is known color: Blue. HEX triplet: 17, 0B and ED. RGB value is (23,11,237). Sum of RGB (Red+Green+Blue) = 23+11+237=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 237 (92.97% from 255 or 87.45% from 271); Max value from RGB is 237 - color contains mainly: blue. Hex color #170BED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170BED is #E8F412. Grayscale: #272727. Windows color (decimal): -15266835 or 15534871. OLE color: 15534871.
HSL color Cylindrical-coordinate representation of color #170BED: hue angle of 243.19º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170BED is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 11 | 237 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.07 |
| HSL | 243.19º | 0.91% | 0.49% | - |
| HSV(B) | 243.19º | 0.95% | 0.93% | - |
| XYZ | 15.76 | 6.54 | 80.55 | - |
| YUV | 40.35 | 238.98 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 237 | 0.90 | 0.95 | 0 | 0.07 | 243.19 | 0.91 | 0.49 |
| Hex | 17 | B | ED | 5A | 5F | 0 | 7 | F3 | 5B | 31 |
| Octal | 27 | 13 | 355 | 132 | 137 | 0 | 7 | 363 | 133 | 61 |
| Binary | 10111 | 1011 | 11101101 | 1011010 | 1011111 | 0 | 111 | 11110011 | 1011011 | 110001 |
Color Harmonies of #170BED
Complementary color
Monochromatic Colors of #170BED
Black with #170BED
Text Example
Text Example
White with #170BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170BED; }
p { color: rgb(23,11,237); }
H1.HeaderClassName
{
color: #170BED;
}
.AnyTagClassName
{
color: #170BED;
}
</style>
background-color css
<style>
a { background-color: #170BED; }
a { background-color: rgb(23,11,237); }
div.DivClassName
{
background-color: #170BED;
}
.BgClassName
{
background-color: #170BED;
}
</style>
border-color css
<style>
span { border-color: #170BED; }
span { border-color: rgb(23,11,237); }
td.TdClassName
{
border-color: #170BED;
}
.TagClassName
{
border-color: #170BED;
}
</style>