Html Css Color HEX #170BD5 Medium Blue

📋 copy color: '#170BD5'

red 23 ◦ green 11 ◦ blue 213

#170BD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #170BD5

Tints of Medium Blue #170BD5

RGB

 RED value IS 23 (9.38% from 255) = 9.31%

 GREEN value IS 11 (4.69% from 255) = 4.45%

 BLUE value IS 213 (83.59% from 255) = 86.23%

R = 9.31%
G = 4.45%
B = 86.23%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#170BD5 (or 0x170BD5) is known color: Medium Blue. HEX triplet: 17, 0B and D5. RGB value is (23,11,213). Sum of RGB (Red+Green+Blue) = 23+11+213=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 213 (83.59% from 255 or 86.23% from 247); Max value from RGB is 213 - color contains mainly: blue. Hex color #170BD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170BD5 is #E8F42A. Grayscale: #242424. Windows color (decimal): -15266859 or 13962007. OLE color: 13962007.

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

Color convert

RGB 23 11 213 -
CMYK 0.89 0.95 0 0.16
HSL 243.56º 0.9% 0.44% -
HSV(B) 243.56º 0.95% 0.84% -
XYZ 12.48 5.23 63.3 -
YUV 37.62 226.98 117.57 -
System Red Green Blue C M Y K H S L
Decimal 23 11 213 0.89 0.95 0 0.16 243.56 0.9 0.44
Hex 17 B D5 59 5F 0 10 F4 5A 2C
Octal 27 13 325 131 137 0 20 364 132 54
Binary 10111 1011 11010101 1011001 1011111 0 10000 11110100 1011010 101100

Color Harmonies of #170BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170BD5

Black with #170BD5

Text Example


Text Example

White with #170BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,11,213); }

 H1.HeaderClassName
 {
   color: #170BD5;
 }
 .AnyTagClassName
 {
   color: #170BD5;
 }
</style>

background-color css

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

 a { background-color: rgb(23,11,213); }

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

border-color css

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

 span { border-color: rgb(23,11,213); }

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