Html Css Color HEX #171DDD Medium Blue

📋 copy color: '#171DDD'

red 23 ◦ green 29 ◦ blue 221

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

Shades of Medium Blue #171DDD

Tints of Medium Blue #171DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 80.95%

R = 8.42%
G = 10.62%
B = 80.95%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#171DDD (or 0x171DDD) is known color: Medium Blue. HEX triplet: 17, 1D and DD. RGB value is (23,29,221). Sum of RGB (Red+Green+Blue) = 23+29+221=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #171DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DDD is #E8E222. Grayscale: #303030. Windows color (decimal): -15262243 or 14490903. OLE color: 14490903.

HSL color Cylindrical-coordinate representation of color #171DDD: hue angle of 238.18º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171DDD is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 29 221 -
CMYK 0.90 0.87 0 0.13
HSL 238.18º 0.81% 0.48% -
HSV(B) 238.18º 0.9% 0.87% -
XYZ 13.84 6.28 68.89 -
YUV 49.09 225.01 109.39 -
System Red Green Blue C M Y K H S L
Decimal 23 29 221 0.90 0.87 0 0.13 238.18 0.81 0.48
Hex 17 1D DD 5A 57 0 D EE 51 30
Octal 27 35 335 132 127 0 15 356 121 60
Binary 10111 11101 11011101 1011010 1010111 0 1101 11101110 1010001 110000

Color Harmonies of #171DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171DDD

Black with #171DDD

Text Example


Text Example

White with #171DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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