Html Css Color HEX #172ECF Persian Blue

📋 copy color: '#172ECF'

red 23 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #172ECF

Tints of Persian Blue #172ECF

RGB

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

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

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

R = 8.33%
G = 16.67%
B = 75%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#172ECF (or 0x172ECF) is known color: Persian Blue. HEX triplet: 17, 2E and CF. RGB value is (23,46,207). Sum of RGB (Red+Green+Blue) = 23+46+207=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #172ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172ECF is #E8D130. Grayscale: #383838. Windows color (decimal): -15257905 or 13577751. OLE color: 13577751.

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

Color convert

RGB 23 46 207 -
CMYK 0.89 0.78 0 0.19
HSL 232.5º 0.8% 0.45% -
HSV(B) 232.5º 0.89% 0.81% -
XYZ 12.59 6.64 59.65 -
YUV 57.48 212.38 103.41 -
System Red Green Blue C M Y K H S L
Decimal 23 46 207 0.89 0.78 0 0.19 232.5 0.8 0.45
Hex 17 2E CF 59 4E 0 13 E8 50 2D
Octal 27 56 317 131 116 0 23 350 120 55
Binary 10111 101110 11001111 1011001 1001110 0 10011 11101000 1010000 101101

Color Harmonies of #172ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172ECF

Black with #172ECF

Text Example


Text Example

White with #172ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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