Html Css Color HEX #172ECD Persian Blue

📋 copy color: '#172ECD'

red 23 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #172ECD

Tints of Persian Blue #172ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.79%

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

R = 8.39%
G = 16.79%
B = 74.82%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#172ECD (or 0x172ECD) is known color: Persian Blue. HEX triplet: 17, 2E and CD. RGB value is (23,46,205). Sum of RGB (Red+Green+Blue) = 23+46+205=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #172ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172ECD is #E8D132. Grayscale: #383838. Windows color (decimal): -15257907 or 13446679. OLE color: 13446679.

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

Color convert

RGB 23 46 205 -
CMYK 0.89 0.78 0 0.20
HSL 232.42º 0.8% 0.45% -
HSV(B) 232.42º 0.89% 0.8% -
XYZ 12.35 6.54 58.37 -
YUV 57.25 211.38 103.57 -
System Red Green Blue C M Y K H S L
Decimal 23 46 205 0.89 0.78 0 0.20 232.42 0.8 0.45
Hex 17 2E CD 59 4E 0 14 E8 50 2D
Octal 27 56 315 131 116 0 24 350 120 55
Binary 10111 101110 11001101 1011001 1001110 0 10100 11101000 1010000 101101

Color Harmonies of #172ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172ECD

Black with #172ECD

Text Example


Text Example

White with #172ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172ECD; }

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

 H1.HeaderClassName
 {
   color: #172ECD;
 }
 .AnyTagClassName
 {
   color: #172ECD;
 }
</style>

background-color css

<style>
 a { background-color: #172ECD; }

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

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

border-color css

<style>
 span { border-color: #172ECD; }

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

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