Html Css Color HEX #1740D1 Persian Blue

📋 copy color: '#1740D1'

red 23 ◦ green 64 ◦ blue 209

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

Shades of Persian Blue #1740D1

Tints of Persian Blue #1740D1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 209 (82.03% from 255) = 70.61%

R = 7.77%
G = 21.62%
B = 70.61%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1740D1 (or 0x1740D1) is known color: Persian Blue. HEX triplet: 17, 40 and D1. RGB value is (23,64,209). Sum of RGB (Red+Green+Blue) = 23+64+209=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 209 (82.03% from 255 or 70.61% from 296); Max value from RGB is 209 - color contains mainly: blue. Hex color #1740D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1740D1 is #E8BF2E. Grayscale: #434343. Windows color (decimal): -15253295 or 13713431. OLE color: 13713431.

HSL color Cylindrical-coordinate representation of color #1740D1: hue angle of 226.77º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1740D1 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 23 64 209 -
CMYK 0.89 0.69 0 0.18
HSL 226.77º 0.8% 0.45% -
HSV(B) 226.77º 0.89% 0.82% -
XYZ 13.7 8.45 61.23 -
YUV 68.27 207.42 95.71 -
System Red Green Blue C M Y K H S L
Decimal 23 64 209 0.89 0.69 0 0.18 226.77 0.8 0.45
Hex 17 40 D1 59 45 0 12 E3 50 2D
Octal 27 100 321 131 105 0 22 343 120 55
Binary 10111 1000000 11010001 1011001 1000101 0 10010 11100011 1010000 101101

Color Harmonies of #1740D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740D1

Black with #1740D1

Text Example


Text Example

White with #1740D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1740D1; }

 p { color: rgb(23,64,209); }

 H1.HeaderClassName
 {
   color: #1740D1;
 }
 .AnyTagClassName
 {
   color: #1740D1;
 }
</style>

background-color css

<style>
 a { background-color: #1740D1; }

 a { background-color: rgb(23,64,209); }

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

border-color css

<style>
 span { border-color: #1740D1; }

 span { border-color: rgb(23,64,209); }

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