Html Css Color HEX #172ADF Persian Blue

📋 copy color: '#172ADF'

red 23 ◦ green 42 ◦ blue 223

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

Shades of Persian Blue #172ADF

Tints of Persian Blue #172ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.58%

 BLUE value IS 223 (87.5% from 255) = 77.43%

R = 7.99%
G = 14.58%
B = 77.43%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#172ADF (or 0x172ADF) is known color: Persian Blue. HEX triplet: 17, 2A and DF. RGB value is (23,42,223). Sum of RGB (Red+Green+Blue) = 23+42+223=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #172ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172ADF is #E8D520. Grayscale: #383838. Windows color (decimal): -15258913 or 14625303. OLE color: 14625303.

HSL color Cylindrical-coordinate representation of color #172ADF: hue angle of 234.3º 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 #172ADF is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 42 223 -
CMYK 0.90 0.81 0 0.13
HSL 234.3º 0.81% 0.48% -
HSV(B) 234.3º 0.9% 0.87% -
XYZ 14.5 7.17 70.43 -
YUV 56.95 221.71 103.78 -
System Red Green Blue C M Y K H S L
Decimal 23 42 223 0.90 0.81 0 0.13 234.3 0.81 0.48
Hex 17 2A DF 5A 51 0 D EA 51 30
Octal 27 52 337 132 121 0 15 352 121 60
Binary 10111 101010 11011111 1011010 1010001 0 1101 11101010 1010001 110000

Color Harmonies of #172ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172ADF

Black with #172ADF

Text Example


Text Example

White with #172ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,42,223); }

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

background-color css

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

 a { background-color: rgb(23,42,223); }

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

border-color css

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

 span { border-color: rgb(23,42,223); }

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