Html Css Color HEX #171FCD Persian Blue

📋 copy color: '#171FCD'

red 23 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #171FCD

Tints of Persian Blue #171FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

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

R = 8.88%
G = 11.97%
B = 79.15%

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

#171FCD (or 0x171FCD) is known color: Persian Blue. HEX triplet: 17, 1F and CD. RGB value is (23,31,205). Sum of RGB (Red+Green+Blue) = 23+31+205=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #171FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FCD is #E8E032. Grayscale: #2F2F2F. Windows color (decimal): -15261747 or 13442839. OLE color: 13442839.

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

Color convert

RGB 23 31 205 -
CMYK 0.89 0.85 0 0.20
HSL 237.36º 0.8% 0.45% -
HSV(B) 237.36º 0.89% 0.8% -
XYZ 11.86 5.57 58.21 -
YUV 48.44 216.35 109.85 -
System Red Green Blue C M Y K H S L
Decimal 23 31 205 0.89 0.85 0 0.20 237.36 0.8 0.45
Hex 17 1F CD 59 55 0 14 ED 50 2D
Octal 27 37 315 131 125 0 24 355 120 55
Binary 10111 11111 11001101 1011001 1010101 0 10100 11101101 1010000 101101

Color Harmonies of #171FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171FCD

Black with #171FCD

Text Example


Text Example

White with #171FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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