Html Css Color HEX #172DDA Persian Blue

📋 copy color: '#172DDA'

red 23 ◦ green 45 ◦ blue 218

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

Shades of Persian Blue #172DDA

Tints of Persian Blue #172DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 76.22%

R = 8.04%
G = 15.73%
B = 76.22%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#172DDA (or 0x172DDA) is known color: Persian Blue. HEX triplet: 17, 2D and DA. RGB value is (23,45,218). Sum of RGB (Red+Green+Blue) = 23+45+218=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #172DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172DDA is #E8D225. Grayscale: #393939. Windows color (decimal): -15258150 or 14298391. OLE color: 14298391.

HSL color Cylindrical-coordinate representation of color #172DDA: hue angle of 233.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172DDA is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 45 218 -
CMYK 0.89 0.79 0 0.15
HSL 233.23º 0.81% 0.47% -
HSV(B) 233.23º 0.89% 0.85% -
XYZ 13.95 7.12 66.97 -
YUV 58.14 218.21 102.93 -
System Red Green Blue C M Y K H S L
Decimal 23 45 218 0.89 0.79 0 0.15 233.23 0.81 0.47
Hex 17 2D DA 59 4F 0 F E9 51 2F
Octal 27 55 332 131 117 0 17 351 121 57
Binary 10111 101101 11011010 1011001 1001111 0 1111 11101001 1010001 101111

Color Harmonies of #172DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172DDA

Black with #172DDA

Text Example


Text Example

White with #172DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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