Html Css Color HEX #173AF0 Persian Blue

📋 copy color: '#173AF0'

red 23 ◦ green 58 ◦ blue 240

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

Shades of Persian Blue #173AF0

Tints of Persian Blue #173AF0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

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

R = 7.17%
G = 18.07%
B = 74.77%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#173AF0 (or 0x173AF0) is known color: Persian Blue. HEX triplet: 17, 3A and F0. RGB value is (23,58,240). Sum of RGB (Red+Green+Blue) = 23+58+240=321 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.17% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 240 (94.14% from 255 or 74.77% from 321); Max value from RGB is 240 - color contains mainly: blue. Hex color #173AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173AF0 is #E8C50F. Grayscale: #434343. Windows color (decimal): -15254800 or 15743511. OLE color: 15743511.

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

Color convert

RGB 23 58 240 -
CMYK 0.90 0.76 0 0.06
HSL 230.32º 0.88% 0.52% -
HSV(B) 230.32º 0.9% 0.94% -
XYZ 17.59 9.5 83.34 -
YUV 68.28 224.9 95.7 -
System Red Green Blue C M Y K H S L
Decimal 23 58 240 0.90 0.76 0 0.06 230.32 0.88 0.52
Hex 17 3A F0 5A 4C 0 6 E6 58 34
Octal 27 72 360 132 114 0 6 346 130 64
Binary 10111 111010 11110000 1011010 1001100 0 110 11100110 1011000 110100

Color Harmonies of #173AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173AF0

Black with #173AF0

Text Example


Text Example

White with #173AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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