Html Css Color HEX #172DC7 Persian Blue

📋 copy color: '#172DC7'

red 23 ◦ green 45 ◦ blue 199

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

Shades of Persian Blue #172DC7

Tints of Persian Blue #172DC7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.85%

 BLUE value IS 199 (78.13% from 255) = 74.53%

R = 8.61%
G = 16.85%
B = 74.53%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#172DC7 (or 0x172DC7) is known color: Persian Blue. HEX triplet: 17, 2D and C7. RGB value is (23,45,199). Sum of RGB (Red+Green+Blue) = 23+45+199=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 199 (78.12% from 255 or 74.53% from 267); Max value from RGB is 199 - color contains mainly: blue. Hex color #172DC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172DC7 is #E8D238. Grayscale: #373737. Windows color (decimal): -15258169 or 13053207. OLE color: 13053207.

HSL color Cylindrical-coordinate representation of color #172DC7: hue angle of 232.5º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172DC7 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 23 45 199 -
CMYK 0.88 0.77 0 0.22
HSL 232.5º 0.79% 0.44% -
HSV(B) 232.5º 0.88% 0.78% -
XYZ 11.6 6.18 54.61 -
YUV 55.98 208.71 104.48 -
System Red Green Blue C M Y K H S L
Decimal 23 45 199 0.88 0.77 0 0.22 232.5 0.79 0.44
Hex 17 2D C7 58 4D 0 16 E8 4F 2C
Octal 27 55 307 130 115 0 26 350 117 54
Binary 10111 101101 11000111 1011000 1001101 0 10110 11101000 1001111 101100

Color Harmonies of #172DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172DC7

Black with #172DC7

Text Example


Text Example

White with #172DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172DC7; }

 p { color: rgb(23,45,199); }

 H1.HeaderClassName
 {
   color: #172DC7;
 }
 .AnyTagClassName
 {
   color: #172DC7;
 }
</style>

background-color css

<style>
 a { background-color: #172DC7; }

 a { background-color: rgb(23,45,199); }

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

border-color css

<style>
 span { border-color: #172DC7; }

 span { border-color: rgb(23,45,199); }

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