Html Css Color HEX #172EDB Persian Blue

📋 copy color: '#172EDB'

red 23 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #172EDB

Tints of Persian Blue #172EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.97%

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

R = 7.99%
G = 15.97%
B = 76.04%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#172EDB (or 0x172EDB) is known color: Persian Blue. HEX triplet: 17, 2E and DB. RGB value is (23,46,219). Sum of RGB (Red+Green+Blue) = 23+46+219=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #172EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172EDB is #E8D124. Grayscale: #3A3A3A. Windows color (decimal): -15257893 or 14364183. OLE color: 14364183.

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

Color convert

RGB 23 46 219 -
CMYK 0.89 0.79 0 0.14
HSL 232.96º 0.81% 0.47% -
HSV(B) 232.96º 0.89% 0.86% -
XYZ 14.12 7.25 67.67 -
YUV 58.85 218.38 102.43 -
System Red Green Blue C M Y K H S L
Decimal 23 46 219 0.89 0.79 0 0.14 232.96 0.81 0.47
Hex 17 2E DB 59 4F 0 E E9 51 2F
Octal 27 56 333 131 117 0 16 351 121 57
Binary 10111 101110 11011011 1011001 1001111 0 1110 11101001 1010001 101111

Color Harmonies of #172EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172EDB

Black with #172EDB

Text Example


Text Example

White with #172EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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