Html Css Color HEX #1729E8 Persian Blue

📋 copy color: '#1729E8'

red 23 ◦ green 41 ◦ blue 232

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

Shades of Persian Blue #1729E8

Tints of Persian Blue #1729E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 78.38%

R = 7.77%
G = 13.85%
B = 78.38%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1729E8 (or 0x1729E8) is known color: Persian Blue. HEX triplet: 17, 29 and E8. RGB value is (23,41,232). Sum of RGB (Red+Green+Blue) = 23+41+232=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 232 (91.02% from 255 or 78.38% from 296); Max value from RGB is 232 - color contains mainly: blue. Hex color #1729E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1729E8 is #E8D617. Grayscale: #383838. Windows color (decimal): -15259160 or 15214871. OLE color: 15214871.

HSL color Cylindrical-coordinate representation of color #1729E8: hue angle of 234.83º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1729E8 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 23 41 232 -
CMYK 0.90 0.82 0 0.09
HSL 234.83º 0.82% 0.5% -
HSV(B) 234.83º 0.9% 0.91% -
XYZ 15.71 7.59 76.98 -
YUV 57.39 226.54 103.47 -
System Red Green Blue C M Y K H S L
Decimal 23 41 232 0.90 0.82 0 0.09 234.83 0.82 0.5
Hex 17 29 E8 5A 52 0 9 EB 52 32
Octal 27 51 350 132 122 0 11 353 122 62
Binary 10111 101001 11101000 1011010 1010010 0 1001 11101011 1010010 110010

Color Harmonies of #1729E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1729E8

Black with #1729E8

Text Example


Text Example

White with #1729E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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