Html Css Color HEX #172FDA Persian Blue

📋 copy color: '#172FDA'

red 23 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #172FDA

Tints of Persian Blue #172FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 75.69%

R = 7.99%
G = 16.32%
B = 75.69%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#172FDA (or 0x172FDA) is known color: Persian Blue. HEX triplet: 17, 2F and DA. RGB value is (23,47,218). Sum of RGB (Red+Green+Blue) = 23+47+218=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #172FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FDA is #E8D025. Grayscale: #3A3A3A. Windows color (decimal): -15257638 or 14298903. OLE color: 14298903.

HSL color Cylindrical-coordinate representation of color #172FDA: hue angle of 232.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172FDA is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 47 218 -
CMYK 0.89 0.78 0 0.15
HSL 232.62º 0.81% 0.47% -
HSV(B) 232.62º 0.89% 0.85% -
XYZ 14.02 7.28 67 -
YUV 59.32 217.55 102.1 -
System Red Green Blue C M Y K H S L
Decimal 23 47 218 0.89 0.78 0 0.15 232.62 0.81 0.47
Hex 17 2F DA 59 4E 0 F E9 51 2F
Octal 27 57 332 131 116 0 17 351 121 57
Binary 10111 101111 11011010 1011001 1001110 0 1111 11101001 1010001 101111

Color Harmonies of #172FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FDA

Black with #172FDA

Text Example


Text Example

White with #172FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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