Html Css Color HEX #1735E6 Persian Blue

📋 copy color: '#1735E6'

red 23 ◦ green 53 ◦ blue 230

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

Shades of Persian Blue #1735E6

Tints of Persian Blue #1735E6

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 230 (90.23% from 255) = 75.16%

R = 7.52%
G = 17.32%
B = 75.16%

CMYK

 C value IS 0.9

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1735E6 (or 0x1735E6) is known color: Persian Blue. HEX triplet: 17, 35 and E6. RGB value is (23,53,230). Sum of RGB (Red+Green+Blue) = 23+53+230=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 230 (90.23% from 255 or 75.16% from 306); Max value from RGB is 230 - color contains mainly: blue. Hex color #1735E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1735E6 is #E8CA19. Grayscale: #3F3F3F. Windows color (decimal): -15256090 or 15086871. OLE color: 15086871.

HSL color Cylindrical-coordinate representation of color #1735E6: hue angle of 231.3º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1735E6 is Cyan = 0.9, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 23 53 230 -
CMYK 0.9 0.77 0 0.10
HSL 231.3º 0.82% 0.5% -
HSV(B) 231.3º 0.9% 0.9% -
XYZ 15.91 8.44 75.65 -
YUV 64.21 221.56 98.61 -
System Red Green Blue C M Y K H S L
Decimal 23 53 230 0.9 0.77 0 0.10 231.3 0.82 0.5
Hex 17 35 E6 5A 4D 0 A E7 52 32
Octal 27 65 346 132 115 0 12 347 122 62
Binary 10111 110101 11100110 1011010 1001101 0 1010 11100111 1010010 110010

Color Harmonies of #1735E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1735E6

Black with #1735E6

Text Example


Text Example

White with #1735E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1735E6; }

 p { color: rgb(23,53,230); }

 H1.HeaderClassName
 {
   color: #1735E6;
 }
 .AnyTagClassName
 {
   color: #1735E6;
 }
</style>

background-color css

<style>
 a { background-color: #1735E6; }

 a { background-color: rgb(23,53,230); }

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

border-color css

<style>
 span { border-color: #1735E6; }

 span { border-color: rgb(23,53,230); }

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