Html Css Color HEX #1720CD Persian Blue

📋 copy color: '#1720CD'

red 23 ◦ green 32 ◦ blue 205

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

Shades of Persian Blue #1720CD

Tints of Persian Blue #1720CD

RGB

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

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

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

R = 8.85%
G = 12.31%
B = 78.85%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1720CD (or 0x1720CD) is known color: Persian Blue. HEX triplet: 17, 20 and CD. RGB value is (23,32,205). Sum of RGB (Red+Green+Blue) = 23+32+205=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #1720CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1720CD is #E8DF32. Grayscale: #303030. Windows color (decimal): -15261491 or 13443095. OLE color: 13443095.

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

Color convert

RGB 23 32 205 -
CMYK 0.89 0.84 0 0.20
HSL 237.03º 0.8% 0.45% -
HSV(B) 237.03º 0.89% 0.8% -
XYZ 11.89 5.62 58.22 -
YUV 49.03 216.02 109.43 -
System Red Green Blue C M Y K H S L
Decimal 23 32 205 0.89 0.84 0 0.20 237.03 0.8 0.45
Hex 17 20 CD 59 54 0 14 ED 50 2D
Octal 27 40 315 131 124 0 24 355 120 55
Binary 10111 100000 11001101 1011001 1010100 0 10100 11101101 1010000 101101

Color Harmonies of #1720CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1720CD

Black with #1720CD

Text Example


Text Example

White with #1720CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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