Html Css Color HEX #172FDD Persian Blue

📋 copy color: '#172FDD'

red 23 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #172FDD

Tints of Persian Blue #172FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

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

R = 7.9%
G = 16.15%
B = 75.95%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#172FDD (or 0x172FDD) is known color: Persian Blue. HEX triplet: 17, 2F and DD. RGB value is (23,47,221). Sum of RGB (Red+Green+Blue) = 23+47+221=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #172FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FDD is #E8D022. Grayscale: #3A3A3A. Windows color (decimal): -15257635 or 14495511. OLE color: 14495511.

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

Color convert

RGB 23 47 221 -
CMYK 0.90 0.79 0 0.13
HSL 232.73º 0.81% 0.48% -
HSV(B) 232.73º 0.9% 0.87% -
XYZ 14.42 7.44 69.08 -
YUV 59.66 219.05 101.85 -
System Red Green Blue C M Y K H S L
Decimal 23 47 221 0.90 0.79 0 0.13 232.73 0.81 0.48
Hex 17 2F DD 5A 4F 0 D E9 51 30
Octal 27 57 335 132 117 0 15 351 121 60
Binary 10111 101111 11011101 1011010 1001111 0 1101 11101001 1010001 110000

Color Harmonies of #172FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FDD

Black with #172FDD

Text Example


Text Example

White with #172FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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