Html Css Color HEX #171ECC Persian Blue

📋 copy color: '#171ECC'

red 23 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #171ECC

Tints of Persian Blue #171ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 79.38%

R = 8.95%
G = 11.67%
B = 79.38%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#171ECC (or 0x171ECC) is known color: Persian Blue. HEX triplet: 17, 1E and CC. RGB value is (23,30,204). Sum of RGB (Red+Green+Blue) = 23+30+204=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #171ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171ECC is #E8E133. Grayscale: #2F2F2F. Windows color (decimal): -15262004 or 13377047. OLE color: 13377047.

HSL color Cylindrical-coordinate representation of color #171ECC: hue angle of 237.68º 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 #171ECC is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 30 204 -
CMYK 0.89 0.85 0 0.2
HSL 237.68º 0.8% 0.45% -
HSV(B) 237.68º 0.89% 0.8% -
XYZ 11.72 5.47 57.57 -
YUV 47.74 216.18 110.35 -
System Red Green Blue C M Y K H S L
Decimal 23 30 204 0.89 0.85 0 0.2 237.68 0.8 0.45
Hex 17 1E CC 59 55 0 14 EE 50 2D
Octal 27 36 314 131 125 0 24 356 120 55
Binary 10111 11110 11001100 1011001 1010101 0 10100 11101110 1010000 101101

Color Harmonies of #171ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171ECC

Black with #171ECC

Text Example


Text Example

White with #171ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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