Html Css Color HEX #1720D7 Persian Blue

📋 copy color: '#1720D7'

red 23 ◦ green 32 ◦ blue 215

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

Shades of Persian Blue #1720D7

Tints of Persian Blue #1720D7

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 215 (84.38% from 255) = 79.63%

R = 8.52%
G = 11.85%
B = 79.63%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1720D7 (or 0x1720D7) is known color: Persian Blue. HEX triplet: 17, 20 and D7. RGB value is (23,32,215). Sum of RGB (Red+Green+Blue) = 23+32+215=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 215 (84.38% from 255 or 79.63% from 270); Max value from RGB is 215 - color contains mainly: blue. Hex color #1720D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1720D7 is #E8DF28. Grayscale: #313131. Windows color (decimal): -15261481 or 14098455. OLE color: 14098455.

HSL color Cylindrical-coordinate representation of color #1720D7: hue angle of 237.19º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1720D7 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 23 32 215 -
CMYK 0.89 0.85 0 0.16
HSL 237.19º 0.81% 0.47% -
HSV(B) 237.19º 0.89% 0.84% -
XYZ 13.14 6.12 64.78 -
YUV 50.17 221.02 108.62 -
System Red Green Blue C M Y K H S L
Decimal 23 32 215 0.89 0.85 0 0.16 237.19 0.81 0.47
Hex 17 20 D7 59 55 0 10 ED 51 2F
Octal 27 40 327 131 125 0 20 355 121 57
Binary 10111 100000 11010111 1011001 1010101 0 10000 11101101 1010001 101111

Color Harmonies of #1720D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1720D7

Black with #1720D7

Text Example


Text Example

White with #1720D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1720D7; }

 p { color: rgb(23,32,215); }

 H1.HeaderClassName
 {
   color: #1720D7;
 }
 .AnyTagClassName
 {
   color: #1720D7;
 }
</style>

background-color css

<style>
 a { background-color: #1720D7; }

 a { background-color: rgb(23,32,215); }

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

border-color css

<style>
 span { border-color: #1720D7; }

 span { border-color: rgb(23,32,215); }

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