Html Css Color HEX #172DDD Persian Blue

📋 copy color: '#172DDD'

red 23 ◦ green 45 ◦ blue 221

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

Shades of Persian Blue #172DDD

Tints of Persian Blue #172DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 76.47%

R = 7.96%
G = 15.57%
B = 76.47%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#172DDD (or 0x172DDD) is known color: Persian Blue. HEX triplet: 17, 2D and DD. RGB value is (23,45,221). Sum of RGB (Red+Green+Blue) = 23+45+221=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #172DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172DDD is #E8D222. Grayscale: #393939. Windows color (decimal): -15258147 or 14494999. OLE color: 14494999.

HSL color Cylindrical-coordinate representation of color #172DDD: hue angle of 233.33º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172DDD is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 45 221 -
CMYK 0.90 0.80 0 0.13
HSL 233.33º 0.81% 0.48% -
HSV(B) 233.33º 0.9% 0.87% -
XYZ 14.34 7.28 69.06 -
YUV 58.49 219.71 102.69 -
System Red Green Blue C M Y K H S L
Decimal 23 45 221 0.90 0.80 0 0.13 233.33 0.81 0.48
Hex 17 2D DD 5A 50 0 D E9 51 30
Octal 27 55 335 132 120 0 15 351 121 60
Binary 10111 101101 11011101 1011010 1010000 0 1101 11101001 1010001 110000

Color Harmonies of #172DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172DDD

Black with #172DDD

Text Example


Text Example

White with #172DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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