Html Css Color HEX #172BDE Persian Blue

📋 copy color: '#172BDE'

red 23 ◦ green 43 ◦ blue 222

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

Shades of Persian Blue #172BDE

Tints of Persian Blue #172BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.93%

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

R = 7.99%
G = 14.93%
B = 77.08%

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

#172BDE (or 0x172BDE) is known color: Persian Blue. HEX triplet: 17, 2B and DE. RGB value is (23,43,222). Sum of RGB (Red+Green+Blue) = 23+43+222=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 222 (87.11% from 255 or 77.08% from 288); Max value from RGB is 222 - color contains mainly: blue. Hex color #172BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BDE is #E8D421. Grayscale: #383838. Windows color (decimal): -15258658 or 14560023. OLE color: 14560023.

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

Color convert

RGB 23 43 222 -
CMYK 0.90 0.81 0 0.13
HSL 233.97º 0.81% 0.48% -
HSV(B) 233.97º 0.9% 0.87% -
XYZ 14.4 7.18 69.73 -
YUV 57.43 220.87 103.45 -
System Red Green Blue C M Y K H S L
Decimal 23 43 222 0.90 0.81 0 0.13 233.97 0.81 0.48
Hex 17 2B DE 5A 51 0 D EA 51 30
Octal 27 53 336 132 121 0 15 352 121 60
Binary 10111 101011 11011110 1011010 1010001 0 1101 11101010 1010001 110000

Color Harmonies of #172BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172BDE

Black with #172BDE

Text Example


Text Example

White with #172BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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