Html Css Color HEX #1740DE Persian Blue

📋 copy color: '#1740DE'

red 23 ◦ green 64 ◦ blue 222

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

Shades of Persian Blue #1740DE

Tints of Persian Blue #1740DE

RGB

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

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

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

R = 7.44%
G = 20.71%
B = 71.84%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1740DE (or 0x1740DE) is known color: Persian Blue. HEX triplet: 17, 40 and DE. RGB value is (23,64,222). Sum of RGB (Red+Green+Blue) = 23+64+222=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #1740DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1740DE is #E8BF21. Grayscale: #454545. Windows color (decimal): -15253282 or 14565399. OLE color: 14565399.

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

Color convert

RGB 23 64 222 -
CMYK 0.90 0.71 0 0.13
HSL 227.64º 0.81% 0.48% -
HSV(B) 227.64º 0.9% 0.87% -
XYZ 15.37 9.12 70.06 -
YUV 69.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 23 64 222 0.90 0.71 0 0.13 227.64 0.81 0.48
Hex 17 40 DE 5A 47 0 D E4 51 30
Octal 27 100 336 132 107 0 15 344 121 60
Binary 10111 1000000 11011110 1011010 1000111 0 1101 11100100 1010001 110000

Color Harmonies of #1740DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740DE

Black with #1740DE

Text Example


Text Example

White with #1740DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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