Html Css Color HEX #172ADB Persian Blue

📋 copy color: '#172ADB'

red 23 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #172ADB

Tints of Persian Blue #172ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.11%

R = 8.1%
G = 14.79%
B = 77.11%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#172ADB (or 0x172ADB) is known color: Persian Blue. HEX triplet: 17, 2A and DB. RGB value is (23,42,219). Sum of RGB (Red+Green+Blue) = 23+42+219=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #172ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172ADB is #E8D524. Grayscale: #373737. Windows color (decimal): -15258917 or 14363159. OLE color: 14363159.

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

Color convert

RGB 23 42 219 -
CMYK 0.89 0.81 0 0.14
HSL 234.18º 0.81% 0.47% -
HSV(B) 234.18º 0.89% 0.86% -
XYZ 13.97 6.95 67.62 -
YUV 56.5 219.71 104.11 -
System Red Green Blue C M Y K H S L
Decimal 23 42 219 0.89 0.81 0 0.14 234.18 0.81 0.47
Hex 17 2A DB 59 51 0 E EA 51 2F
Octal 27 52 333 131 121 0 16 352 121 57
Binary 10111 101010 11011011 1011001 1010001 0 1110 11101010 1010001 101111

Color Harmonies of #172ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172ADB

Black with #172ADB

Text Example


Text Example

White with #172ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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