Html Css Color HEX #172FDE Persian Blue

📋 copy color: '#172FDE'

red 23 ◦ green 47 ◦ blue 222

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

Shades of Persian Blue #172FDE

Tints of Persian Blue #172FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.1%

 BLUE value IS 222 (87.11% from 255) = 76.03%

R = 7.88%
G = 16.1%
B = 76.03%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#172FDE (or 0x172FDE) is known color: Persian Blue. HEX triplet: 17, 2F and DE. RGB value is (23,47,222). Sum of RGB (Red+Green+Blue) = 23+47+222=292 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.88% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 222 (87.11% from 255 or 76.03% from 292); Max value from RGB is 222 - color contains mainly: blue. Hex color #172FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FDE is #E8D021. Grayscale: #3B3B3B. Windows color (decimal): -15257634 or 14561047. OLE color: 14561047.

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

Color convert

RGB 23 47 222 -
CMYK 0.90 0.79 0 0.13
HSL 232.76º 0.81% 0.48% -
HSV(B) 232.76º 0.9% 0.87% -
XYZ 14.55 7.49 69.79 -
YUV 59.77 219.55 101.77 -
System Red Green Blue C M Y K H S L
Decimal 23 47 222 0.90 0.79 0 0.13 232.76 0.81 0.48
Hex 17 2F DE 5A 4F 0 D E9 51 30
Octal 27 57 336 132 117 0 15 351 121 60
Binary 10111 101111 11011110 1011010 1001111 0 1101 11101001 1010001 110000

Color Harmonies of #172FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FDE

Black with #172FDE

Text Example


Text Example

White with #172FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,47,222); }

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

background-color css

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

 a { background-color: rgb(23,47,222); }

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

border-color css

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

 span { border-color: rgb(23,47,222); }

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