Html Css Color HEX #172CDD Persian Blue

📋 copy color: '#172CDD'

red 23 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #172CDD

Tints of Persian Blue #172CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.28%

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

R = 7.99%
G = 15.28%
B = 76.74%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#172CDD (or 0x172CDD) is known color: Persian Blue. HEX triplet: 17, 2C and DD. RGB value is (23,44,221). Sum of RGB (Red+Green+Blue) = 23+44+221=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #172CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CDD is #E8D322. Grayscale: #393939. Windows color (decimal): -15258403 or 14494743. OLE color: 14494743.

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

Color convert

RGB 23 44 221 -
CMYK 0.90 0.80 0 0.13
HSL 233.64º 0.81% 0.48% -
HSV(B) 233.64º 0.9% 0.87% -
XYZ 14.31 7.2 69.04 -
YUV 57.9 220.04 103.11 -
System Red Green Blue C M Y K H S L
Decimal 23 44 221 0.90 0.80 0 0.13 233.64 0.81 0.48
Hex 17 2C DD 5A 50 0 D EA 51 30
Octal 27 54 335 132 120 0 15 352 121 60
Binary 10111 101100 11011101 1011010 1010000 0 1101 11101010 1010001 110000

Color Harmonies of #172CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172CDD

Black with #172CDD

Text Example


Text Example

White with #172CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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