Html Css Color HEX #171DDB Medium Blue

📋 copy color: '#171DDB'

red 23 ◦ green 29 ◦ blue 219

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

Shades of Medium Blue #171DDB

Tints of Medium Blue #171DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.7%

 BLUE value IS 219 (85.94% from 255) = 80.81%

R = 8.49%
G = 10.7%
B = 80.81%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#171DDB (or 0x171DDB) is known color: Medium Blue. HEX triplet: 17, 1D and DB. RGB value is (23,29,219). Sum of RGB (Red+Green+Blue) = 23+29+219=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #171DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DDB is #E8E224. Grayscale: #303030. Windows color (decimal): -15262245 or 14359831. OLE color: 14359831.

HSL color Cylindrical-coordinate representation of color #171DDB: hue angle of 238.16º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171DDB is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 29 219 -
CMYK 0.89 0.87 0 0.14
HSL 238.16º 0.81% 0.47% -
HSV(B) 238.16º 0.89% 0.86% -
XYZ 13.58 6.18 67.49 -
YUV 48.87 224.01 109.55 -
System Red Green Blue C M Y K H S L
Decimal 23 29 219 0.89 0.87 0 0.14 238.16 0.81 0.47
Hex 17 1D DB 59 57 0 E EE 51 2F
Octal 27 35 333 131 127 0 16 356 121 57
Binary 10111 11101 11011011 1011001 1010111 0 1110 11101110 1010001 101111

Color Harmonies of #171DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171DDB

Black with #171DDB

Text Example


Text Example

White with #171DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171DDB; }

 p { color: rgb(23,29,219); }

 H1.HeaderClassName
 {
   color: #171DDB;
 }
 .AnyTagClassName
 {
   color: #171DDB;
 }
</style>

background-color css

<style>
 a { background-color: #171DDB; }

 a { background-color: rgb(23,29,219); }

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

border-color css

<style>
 span { border-color: #171DDB; }

 span { border-color: rgb(23,29,219); }

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