Html Css Color HEX #1740EE Persian Blue

📋 copy color: '#1740EE'

red 23 ◦ green 64 ◦ blue 238

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

Shades of Persian Blue #1740EE

Tints of Persian Blue #1740EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 73.23%

R = 7.08%
G = 19.69%
B = 73.23%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1740EE (or 0x1740EE) is known color: Persian Blue. HEX triplet: 17, 40 and EE. RGB value is (23,64,238). Sum of RGB (Red+Green+Blue) = 23+64+238=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #1740EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1740EE is #E8BF11. Grayscale: #464646. Windows color (decimal): -15253266 or 15613975. OLE color: 15613975.

HSL color Cylindrical-coordinate representation of color #1740EE: hue angle of 228.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1740EE is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 64 238 -
CMYK 0.90 0.73 0 0.07
HSL 228.56º 0.86% 0.51% -
HSV(B) 228.56º 0.9% 0.93% -
XYZ 17.62 10.02 81.89 -
YUV 71.58 221.92 93.35 -
System Red Green Blue C M Y K H S L
Decimal 23 64 238 0.90 0.73 0 0.07 228.56 0.86 0.51
Hex 17 40 EE 5A 49 0 7 E5 56 33
Octal 27 100 356 132 111 0 7 345 126 63
Binary 10111 1000000 11101110 1011010 1001001 0 111 11100101 1010110 110011

Color Harmonies of #1740EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740EE

Black with #1740EE

Text Example


Text Example

White with #1740EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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