Html Css Color HEX #172ADE Persian Blue

📋 copy color: '#172ADE'

red 23 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #172ADE

Tints of Persian Blue #172ADE

RGB

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

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

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

R = 8.01%
G = 14.63%
B = 77.35%

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

#172ADE (or 0x172ADE) is known color: Persian Blue. HEX triplet: 17, 2A and DE. RGB value is (23,42,222). Sum of RGB (Red+Green+Blue) = 23+42+222=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #172ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172ADE is #E8D521. Grayscale: #383838. Windows color (decimal): -15258914 or 14559767. OLE color: 14559767.

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

Color convert

RGB 23 42 222 -
CMYK 0.90 0.81 0 0.13
HSL 234.27º 0.81% 0.48% -
HSV(B) 234.27º 0.9% 0.87% -
XYZ 14.37 7.11 69.72 -
YUV 56.84 221.21 103.86 -
System Red Green Blue C M Y K H S L
Decimal 23 42 222 0.90 0.81 0 0.13 234.27 0.81 0.48
Hex 17 2A DE 5A 51 0 D EA 51 30
Octal 27 52 336 132 121 0 15 352 121 60
Binary 10111 101010 11011110 1011010 1010001 0 1101 11101010 1010001 110000

Color Harmonies of #172ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172ADE

Black with #172ADE

Text Example


Text Example

White with #172ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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