Html Css Color HEX #173CDF Persian Blue

📋 copy color: '#173CDF'

red 23 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #173CDF

Tints of Persian Blue #173CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

 BLUE value IS 223 (87.5% from 255) = 72.88%

R = 7.52%
G = 19.61%
B = 72.88%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#173CDF (or 0x173CDF) is known color: Persian Blue. HEX triplet: 17, 3C and DF. RGB value is (23,60,223). Sum of RGB (Red+Green+Blue) = 23+60+223=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #173CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CDF is #E8C320. Grayscale: #424242. Windows color (decimal): -15254305 or 14629911. OLE color: 14629911.

HSL color Cylindrical-coordinate representation of color #173CDF: hue angle of 228.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173CDF is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 60 223 -
CMYK 0.90 0.73 0 0.13
HSL 228.9º 0.81% 0.48% -
HSV(B) 228.9º 0.9% 0.87% -
XYZ 15.29 8.74 70.69 -
YUV 67.52 215.74 96.25 -
System Red Green Blue C M Y K H S L
Decimal 23 60 223 0.90 0.73 0 0.13 228.9 0.81 0.48
Hex 17 3C DF 5A 49 0 D E5 51 30
Octal 27 74 337 132 111 0 15 345 121 60
Binary 10111 111100 11011111 1011010 1001001 0 1101 11100101 1010001 110000

Color Harmonies of #173CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173CDF

Black with #173CDF

Text Example


Text Example

White with #173CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173CDF; }

 p { color: rgb(23,60,223); }

 H1.HeaderClassName
 {
   color: #173CDF;
 }
 .AnyTagClassName
 {
   color: #173CDF;
 }
</style>

background-color css

<style>
 a { background-color: #173CDF; }

 a { background-color: rgb(23,60,223); }

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

border-color css

<style>
 span { border-color: #173CDF; }

 span { border-color: rgb(23,60,223); }

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