Html Css Color HEX #173CF5 Persian Blue

📋 copy color: '#173CF5'

red 23 ◦ green 60 ◦ blue 245

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

Shades of Persian Blue #173CF5

Tints of Persian Blue #173CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 74.7%

R = 7.01%
G = 18.29%
B = 74.7%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#173CF5 (or 0x173CF5) is known color: Persian Blue. HEX triplet: 17, 3C and F5. RGB value is (23,60,245). Sum of RGB (Red+Green+Blue) = 23+60+245=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 245 (96.09% from 255 or 74.70% from 328); Max value from RGB is 245 - color contains mainly: blue. Hex color #173CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173CF5 is #E8C30A. Grayscale: #454545. Windows color (decimal): -15254283 or 16071703. OLE color: 16071703.

HSL color Cylindrical-coordinate representation of color #173CF5: hue angle of 230º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #173CF5 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 23 60 245 -
CMYK 0.91 0.76 0 0.04
HSL 230º 0.92% 0.53% -
HSV(B) 230º 0.91% 0.96% -
XYZ 18.45 10.01 87.35 -
YUV 70.03 226.74 94.46 -
System Red Green Blue C M Y K H S L
Decimal 23 60 245 0.91 0.76 0 0.04 230 0.92 0.53
Hex 17 3C F5 5B 4C 0 4 E6 5C 35
Octal 27 74 365 133 114 0 4 346 134 65
Binary 10111 111100 11110101 1011011 1001100 0 100 11100110 1011100 110101

Color Harmonies of #173CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173CF5

Black with #173CF5

Text Example


Text Example

White with #173CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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