Html Css Color HEX #171ECF Persian Blue

📋 copy color: '#171ECF'

red 23 ◦ green 30 ◦ blue 207

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

Shades of Persian Blue #171ECF

Tints of Persian Blue #171ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 79.62%

R = 8.85%
G = 11.54%
B = 79.62%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#171ECF (or 0x171ECF) is known color: Persian Blue. HEX triplet: 17, 1E and CF. RGB value is (23,30,207). Sum of RGB (Red+Green+Blue) = 23+30+207=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #171ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171ECF is #E8E130. Grayscale: #2F2F2F. Windows color (decimal): -15262001 or 13573655. OLE color: 13573655.

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

Color convert

RGB 23 30 207 -
CMYK 0.89 0.86 0 0.19
HSL 237.72º 0.8% 0.45% -
HSV(B) 237.72º 0.89% 0.81% -
XYZ 12.08 5.62 59.48 -
YUV 48.09 217.68 110.11 -
System Red Green Blue C M Y K H S L
Decimal 23 30 207 0.89 0.86 0 0.19 237.72 0.8 0.45
Hex 17 1E CF 59 56 0 13 EE 50 2D
Octal 27 36 317 131 126 0 23 356 120 55
Binary 10111 11110 11001111 1011001 1010110 0 10011 11101110 1010000 101101

Color Harmonies of #171ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171ECF

Black with #171ECF

Text Example


Text Example

White with #171ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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