Html Css Color HEX #171ECD Persian Blue

📋 copy color: '#171ECD'

red 23 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #171ECD

Tints of Persian Blue #171ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

 BLUE value IS 205 (80.47% from 255) = 79.46%

R = 8.91%
G = 11.63%
B = 79.46%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#171ECD (or 0x171ECD) is known color: Persian Blue. HEX triplet: 17, 1E and CD. RGB value is (23,30,205). Sum of RGB (Red+Green+Blue) = 23+30+205=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #171ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171ECD is #E8E132. Grayscale: #2F2F2F. Windows color (decimal): -15262003 or 13442583. OLE color: 13442583.

HSL color Cylindrical-coordinate representation of color #171ECD: hue angle of 237.69º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171ECD is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 30 205 -
CMYK 0.89 0.85 0 0.20
HSL 237.69º 0.8% 0.45% -
HSV(B) 237.69º 0.89% 0.8% -
XYZ 11.84 5.52 58.2 -
YUV 47.86 216.68 110.27 -
System Red Green Blue C M Y K H S L
Decimal 23 30 205 0.89 0.85 0 0.20 237.69 0.8 0.45
Hex 17 1E CD 59 55 0 14 EE 50 2D
Octal 27 36 315 131 125 0 24 356 120 55
Binary 10111 11110 11001101 1011001 1010101 0 10100 11101110 1010000 101101

Color Harmonies of #171ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171ECD

Black with #171ECD

Text Example


Text Example

White with #171ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,30,205); }

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

background-color css

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

 a { background-color: rgb(23,30,205); }

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

border-color css

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

 span { border-color: rgb(23,30,205); }

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