Html Css Color HEX #173FE0 Persian Blue

📋 copy color: '#173FE0'

red 23 ◦ green 63 ◦ blue 224

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

Shades of Persian Blue #173FE0

Tints of Persian Blue #173FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.26%

R = 7.42%
G = 20.32%
B = 72.26%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#173FE0 (or 0x173FE0) is known color: Persian Blue. HEX triplet: 17, 3F and E0. RGB value is (23,63,224). Sum of RGB (Red+Green+Blue) = 23+63+224=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 224 (87.89% from 255 or 72.26% from 310); Max value from RGB is 224 - color contains mainly: blue. Hex color #173FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FE0 is #E8C01F. Grayscale: #444444. Windows color (decimal): -15253536 or 14696215. OLE color: 14696215.

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

Color convert

RGB 23 63 224 -
CMYK 0.90 0.72 0 0.12
HSL 228.06º 0.81% 0.48% -
HSV(B) 228.06º 0.9% 0.88% -
XYZ 15.59 9.12 71.46 -
YUV 69.39 215.25 94.91 -
System Red Green Blue C M Y K H S L
Decimal 23 63 224 0.90 0.72 0 0.12 228.06 0.81 0.48
Hex 17 3F E0 5A 48 0 C E4 51 30
Octal 27 77 340 132 110 0 14 344 121 60
Binary 10111 111111 11100000 1011010 1001000 0 1100 11100100 1010001 110000

Color Harmonies of #173FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173FE0

Black with #173FE0

Text Example


Text Example

White with #173FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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