Html Css Color HEX #173CDC Persian Blue

📋 copy color: '#173CDC'

red 23 ◦ green 60 ◦ blue 220

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

Shades of Persian Blue #173CDC

Tints of Persian Blue #173CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.61%

R = 7.59%
G = 19.8%
B = 72.61%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#173CDC (or 0x173CDC) is known color: Persian Blue. HEX triplet: 17, 3C and DC. RGB value is (23,60,220). Sum of RGB (Red+Green+Blue) = 23+60+220=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #173CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CDC is #E8C323. Grayscale: #424242. Windows color (decimal): -15254308 or 14433303. OLE color: 14433303.

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

Color convert

RGB 23 60 220 -
CMYK 0.90 0.73 0 0.14
HSL 228.73º 0.81% 0.48% -
HSV(B) 228.73º 0.9% 0.86% -
XYZ 14.89 8.58 68.58 -
YUV 67.18 214.24 96.49 -
System Red Green Blue C M Y K H S L
Decimal 23 60 220 0.90 0.73 0 0.14 228.73 0.81 0.48
Hex 17 3C DC 5A 49 0 E E5 51 30
Octal 27 74 334 132 111 0 16 345 121 60
Binary 10111 111100 11011100 1011010 1001001 0 1110 11100101 1010001 110000

Color Harmonies of #173CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173CDC

Black with #173CDC

Text Example


Text Example

White with #173CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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