Html Css Color HEX #173FDC Persian Blue

📋 copy color: '#173FDC'

red 23 ◦ green 63 ◦ blue 220

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

Shades of Persian Blue #173FDC

Tints of Persian Blue #173FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

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

R = 7.52%
G = 20.59%
B = 71.9%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#173FDC (or 0x173FDC) is known color: Persian Blue. HEX triplet: 17, 3F and DC. RGB value is (23,63,220). Sum of RGB (Red+Green+Blue) = 23+63+220=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #173FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FDC is #E8C023. Grayscale: #444444. Windows color (decimal): -15253540 or 14434071. OLE color: 14434071.

HSL color Cylindrical-coordinate representation of color #173FDC: hue angle of 227.82º 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 #173FDC is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 63 220 -
CMYK 0.90 0.71 0 0.14
HSL 227.82º 0.81% 0.48% -
HSV(B) 227.82º 0.9% 0.86% -
XYZ 15.05 8.9 68.64 -
YUV 68.94 213.25 95.23 -
System Red Green Blue C M Y K H S L
Decimal 23 63 220 0.90 0.71 0 0.14 227.82 0.81 0.48
Hex 17 3F DC 5A 47 0 E E4 51 30
Octal 27 77 334 132 107 0 16 344 121 60
Binary 10111 111111 11011100 1011010 1000111 0 1110 11100100 1010001 110000

Color Harmonies of #173FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173FDC

Black with #173FDC

Text Example


Text Example

White with #173FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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