Html Css Color HEX #1740DC Persian Blue

📋 copy color: '#1740DC'

red 23 ◦ green 64 ◦ blue 220

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

Shades of Persian Blue #1740DC

Tints of Persian Blue #1740DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.66%

R = 7.49%
G = 20.85%
B = 71.66%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1740DC (or 0x1740DC) is known color: Persian Blue. HEX triplet: 17, 40 and DC. RGB value is (23,64,220). Sum of RGB (Red+Green+Blue) = 23+64+220=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #1740DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1740DC is #E8BF23. Grayscale: #444444. Windows color (decimal): -15253284 or 14434327. OLE color: 14434327.

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

Color convert

RGB 23 64 220 -
CMYK 0.90 0.71 0 0.14
HSL 227.51º 0.81% 0.48% -
HSV(B) 227.51º 0.9% 0.86% -
XYZ 15.11 9.02 68.65 -
YUV 69.53 212.92 94.82 -
System Red Green Blue C M Y K H S L
Decimal 23 64 220 0.90 0.71 0 0.14 227.51 0.81 0.48
Hex 17 40 DC 5A 47 0 E E4 51 30
Octal 27 100 334 132 107 0 16 344 121 60
Binary 10111 1000000 11011100 1011010 1000111 0 1110 11100100 1010001 110000

Color Harmonies of #1740DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1740DC

Black with #1740DC

Text Example


Text Example

White with #1740DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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