Html Css Color HEX #171DCC Persian Blue

📋 copy color: '#171DCC'

red 23 ◦ green 29 ◦ blue 204

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

Shades of Persian Blue #171DCC

Tints of Persian Blue #171DCC

RGB

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

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

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

R = 8.98%
G = 11.33%
B = 79.69%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#171DCC (or 0x171DCC) is known color: Persian Blue. HEX triplet: 17, 1D and CC. RGB value is (23,29,204). Sum of RGB (Red+Green+Blue) = 23+29+204=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #171DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DCC is #E8E233. Grayscale: #2E2E2E. Windows color (decimal): -15262260 or 13376791. OLE color: 13376791.

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

Color convert

RGB 23 29 204 -
CMYK 0.89 0.86 0 0.2
HSL 238.01º 0.8% 0.45% -
HSV(B) 238.01º 0.89% 0.8% -
XYZ 11.69 5.42 57.56 -
YUV 47.16 216.51 110.77 -
System Red Green Blue C M Y K H S L
Decimal 23 29 204 0.89 0.86 0 0.2 238.01 0.8 0.45
Hex 17 1D CC 59 56 0 14 EE 50 2D
Octal 27 35 314 131 126 0 24 356 120 55
Binary 10111 11101 11001100 1011001 1010110 0 10100 11101110 1010000 101101

Color Harmonies of #171DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171DCC

Black with #171DCC

Text Example


Text Example

White with #171DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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