Html Css Color HEX #1740E0 Persian Blue

📋 copy color: '#1740E0'

red 23 ◦ green 64 ◦ blue 224

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

Shades of Persian Blue #1740E0

Tints of Persian Blue #1740E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.03%

R = 7.4%
G = 20.58%
B = 72.03%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1740E0 (or 0x1740E0) is known color: Persian Blue. HEX triplet: 17, 40 and E0. RGB value is (23,64,224). Sum of RGB (Red+Green+Blue) = 23+64+224=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #1740E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1740E0 is #E8BF1F. Grayscale: #454545. Windows color (decimal): -15253280 or 14696471. OLE color: 14696471.

HSL color Cylindrical-coordinate representation of color #1740E0: hue angle of 227.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1740E0 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 64 224 -
CMYK 0.90 0.71 0 0.12
HSL 227.76º 0.81% 0.48% -
HSV(B) 227.76º 0.9% 0.88% -
XYZ 15.64 9.23 71.48 -
YUV 69.98 214.92 94.49 -
System Red Green Blue C M Y K H S L
Decimal 23 64 224 0.90 0.71 0 0.12 227.76 0.81 0.48
Hex 17 40 E0 5A 47 0 C E4 51 30
Octal 27 100 340 132 107 0 14 344 121 60
Binary 10111 1000000 11100000 1011010 1000111 0 1100 11100100 1010001 110000

Color Harmonies of #1740E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740E0

Black with #1740E0

Text Example


Text Example

White with #1740E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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