Html Css Color HEX #1731DE Persian Blue

📋 copy color: '#1731DE'

red 23 ◦ green 49 ◦ blue 222

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

Shades of Persian Blue #1731DE

Tints of Persian Blue #1731DE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 7.82%
G = 16.67%
B = 75.51%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1731DE (or 0x1731DE) is known color: Persian Blue. HEX triplet: 17, 31 and DE. RGB value is (23,49,222). Sum of RGB (Red+Green+Blue) = 23+49+222=294 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.82% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 222 (87.11% from 255 or 75.51% from 294); Max value from RGB is 222 - color contains mainly: blue. Hex color #1731DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1731DE is #E8CE21. Grayscale: #3C3C3C. Windows color (decimal): -15257122 or 14561559. OLE color: 14561559.

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

Color convert

RGB 23 49 222 -
CMYK 0.90 0.78 0 0.13
HSL 232.16º 0.81% 0.48% -
HSV(B) 232.16º 0.9% 0.87% -
XYZ 14.64 7.65 69.81 -
YUV 60.95 218.89 100.93 -
System Red Green Blue C M Y K H S L
Decimal 23 49 222 0.90 0.78 0 0.13 232.16 0.81 0.48
Hex 17 31 DE 5A 4E 0 D E8 51 30
Octal 27 61 336 132 116 0 15 350 121 60
Binary 10111 110001 11011110 1011010 1001110 0 1101 11101000 1010001 110000

Color Harmonies of #1731DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1731DE

Black with #1731DE

Text Example


Text Example

White with #1731DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1731DE; }

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

 H1.HeaderClassName
 {
   color: #1731DE;
 }
 .AnyTagClassName
 {
   color: #1731DE;
 }
</style>

background-color css

<style>
 a { background-color: #1731DE; }

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

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

border-color css

<style>
 span { border-color: #1731DE; }

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

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