#170ED6

Color #170ED6 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #170ED6

Tints of Medium Blue #170ED6

Color information

#170ED6 (or 0x170ED6) is unknown color: approx Medium Blue. HEX triplet: 17, 0E and D6. RGB value is (23,14,214). Sum of RGB (Red+Green+Blue) = 23+14+214=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 214 (83.98% from 255 or 85.26% from 251); Max value from RGB is 214 - color contains mainly: blue. Hex color #170ED6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170ED6 is #E8F129. Grayscale: #262626. Windows color (decimal): -15266090 or 14028311. OLE color: 14028311.

HSL color Cylindrical-coordinate representation of color #170ED6: hue angle of 242.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170ED6 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2314214-
CMYK0.890.9300.16
HSL242.7º87.72%44.71%-
HSV(B)242.7º93.46%83.92%-
XYZ12.655.3563.98-
YUV39.49226.48116.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 9.16%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 214 (83.98% from 255) = 85.26%
R=9.16%
G=5.58%
B=85.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal23142140.890.9300.16242.787.7244.71
Hex17ED6595D010f3582d
Octal271632613113502036313055
Binary1011111101101011010110011011101010000111100111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170ED6; }

 p { color: rgb(23,14,214); }

 H1.HeaderClassName
 {
   color: #170ED6;
 }
 .AnyTagClassName
 {
   color: #170ED6;
 }
</style>
background-color css

<style>
 a { background-color: #170ED6; }

 a { background-color: rgb(23,14,214); }

 div.DivClassName
 {
   background-color: #170ED6;
 }
 .BgClassName
 {
   background-color: #170ED6;
 }
</style>
border-color css

<style>
 span { border-color: #170ED6; }

 span { border-color: rgb(23,14,214); }

 td.TdClassName
 {
   border-color: #170ED6;
 }
 .TagClassName
 {
   border-color: #170ED6;
 }
</style>