Html Css Color HEX #1731DF Persian Blue

📋 copy color: '#1731DF'

red 23 ◦ green 49 ◦ blue 223

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

Shades of Persian Blue #1731DF

Tints of Persian Blue #1731DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.59%

R = 7.8%
G = 16.61%
B = 75.59%

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

#1731DF (or 0x1731DF) is known color: Persian Blue. HEX triplet: 17, 31 and DF. RGB value is (23,49,223). Sum of RGB (Red+Green+Blue) = 23+49+223=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #1731DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1731DF is #E8CE20. Grayscale: #3C3C3C. Windows color (decimal): -15257121 or 14627095. OLE color: 14627095.

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

Color convert

RGB 23 49 223 -
CMYK 0.90 0.78 0 0.13
HSL 232.2º 0.81% 0.48% -
HSV(B) 232.2º 0.9% 0.87% -
XYZ 14.77 7.71 70.52 -
YUV 61.06 219.39 100.85 -
System Red Green Blue C M Y K H S L
Decimal 23 49 223 0.90 0.78 0 0.13 232.2 0.81 0.48
Hex 17 31 DF 5A 4E 0 D E8 51 30
Octal 27 61 337 132 116 0 15 350 121 60
Binary 10111 110001 11011111 1011010 1001110 0 1101 11101000 1010001 110000

Color Harmonies of #1731DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1731DF

Black with #1731DF

Text Example


Text Example

White with #1731DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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