Html Css Color HEX #173CF0 Persian Blue

📋 copy color: '#173CF0'

red 23 ◦ green 60 ◦ blue 240

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

Shades of Persian Blue #173CF0

Tints of Persian Blue #173CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 74.3%

R = 7.12%
G = 18.58%
B = 74.3%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#173CF0 (or 0x173CF0) is known color: Persian Blue. HEX triplet: 17, 3C and F0. RGB value is (23,60,240). Sum of RGB (Red+Green+Blue) = 23+60+240=323 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.12% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 240 (94.14% from 255 or 74.30% from 323); Max value from RGB is 240 - color contains mainly: blue. Hex color #173CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173CF0 is #E8C30F. Grayscale: #444444. Windows color (decimal): -15254288 or 15744023. OLE color: 15744023.

HSL color Cylindrical-coordinate representation of color #173CF0: hue angle of 229.77º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173CF0 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 60 240 -
CMYK 0.90 0.75 0 0.06
HSL 229.77º 0.88% 0.52% -
HSV(B) 229.77º 0.9% 0.94% -
XYZ 17.7 9.71 83.38 -
YUV 69.46 224.24 94.86 -
System Red Green Blue C M Y K H S L
Decimal 23 60 240 0.90 0.75 0 0.06 229.77 0.88 0.52
Hex 17 3C F0 5A 4B 0 6 E6 58 34
Octal 27 74 360 132 113 0 6 346 130 64
Binary 10111 111100 11110000 1011010 1001011 0 110 11100110 1011000 110100

Color Harmonies of #173CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173CF0

Black with #173CF0

Text Example


Text Example

White with #173CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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