Html Css Color HEX #172ADD Persian Blue

📋 copy color: '#172ADD'

red 23 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #172ADD

Tints of Persian Blue #172ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77.27%

R = 8.04%
G = 14.69%
B = 77.27%

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

#172ADD (or 0x172ADD) is known color: Persian Blue. HEX triplet: 17, 2A and DD. RGB value is (23,42,221). Sum of RGB (Red+Green+Blue) = 23+42+221=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #172ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172ADD is #E8D522. Grayscale: #373737. Windows color (decimal): -15258915 or 14494231. OLE color: 14494231.

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

Color convert

RGB 23 42 221 -
CMYK 0.90 0.81 0 0.13
HSL 234.24º 0.81% 0.48% -
HSV(B) 234.24º 0.9% 0.87% -
XYZ 14.23 7.06 69.02 -
YUV 56.73 220.71 103.95 -
System Red Green Blue C M Y K H S L
Decimal 23 42 221 0.90 0.81 0 0.13 234.24 0.81 0.48
Hex 17 2A DD 5A 51 0 D EA 51 30
Octal 27 52 335 132 121 0 15 352 121 60
Binary 10111 101010 11011101 1011010 1010001 0 1101 11101010 1010001 110000

Color Harmonies of #172ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172ADD

Black with #172ADD

Text Example


Text Example

White with #172ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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