Html Css Color HEX #1729DC Persian Blue

📋 copy color: '#1729DC'

red 23 ◦ green 41 ◦ blue 220

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

Shades of Persian Blue #1729DC

Tints of Persian Blue #1729DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 8.1%
G = 14.44%
B = 77.46%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1729DC (or 0x1729DC) is known color: Persian Blue. HEX triplet: 17, 29 and DC. RGB value is (23,41,220). Sum of RGB (Red+Green+Blue) = 23+41+220=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #1729DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1729DC is #E8D623. Grayscale: #373737. Windows color (decimal): -15259172 or 14428439. OLE color: 14428439.

HSL color Cylindrical-coordinate representation of color #1729DC: hue angle of 234.52º 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 #1729DC is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 41 220 -
CMYK 0.90 0.81 0 0.14
HSL 234.52º 0.81% 0.48% -
HSV(B) 234.52º 0.9% 0.86% -
XYZ 14.06 6.94 68.31 -
YUV 56.02 220.54 104.45 -
System Red Green Blue C M Y K H S L
Decimal 23 41 220 0.90 0.81 0 0.14 234.52 0.81 0.48
Hex 17 29 DC 5A 51 0 E EB 51 30
Octal 27 51 334 132 121 0 16 353 121 60
Binary 10111 101001 11011100 1011010 1010001 0 1110 11101011 1010001 110000

Color Harmonies of #1729DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1729DC

Black with #1729DC

Text Example


Text Example

White with #1729DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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