Html Css Color HEX #171ED0 Persian Blue

📋 copy color: '#171ED0'

red 23 ◦ green 30 ◦ blue 208

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

Shades of Persian Blue #171ED0

Tints of Persian Blue #171ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 79.69%

R = 8.81%
G = 11.49%
B = 79.69%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#171ED0 (or 0x171ED0) is known color: Persian Blue. HEX triplet: 17, 1E and D0. RGB value is (23,30,208). Sum of RGB (Red+Green+Blue) = 23+30+208=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 208 (81.64% from 255 or 79.69% from 261); Max value from RGB is 208 - color contains mainly: blue. Hex color #171ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171ED0 is #E8E12F. Grayscale: #2F2F2F. Windows color (decimal): -15262000 or 13639191. OLE color: 13639191.

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

Color convert

RGB 23 30 208 -
CMYK 0.89 0.86 0 0.18
HSL 237.73º 0.8% 0.45% -
HSV(B) 237.73º 0.89% 0.82% -
XYZ 12.2 5.66 60.12 -
YUV 48.2 218.18 110.03 -
System Red Green Blue C M Y K H S L
Decimal 23 30 208 0.89 0.86 0 0.18 237.73 0.8 0.45
Hex 17 1E D0 59 56 0 12 EE 50 2D
Octal 27 36 320 131 126 0 22 356 120 55
Binary 10111 11110 11010000 1011001 1010110 0 10010 11101110 1010000 101101

Color Harmonies of #171ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171ED0

Black with #171ED0

Text Example


Text Example

White with #171ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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