Html Css Color HEX #1734F5 Persian Blue

📋 copy color: '#1734F5'

red 23 ◦ green 52 ◦ blue 245

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

Shades of Persian Blue #1734F5

Tints of Persian Blue #1734F5

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 245 (96.09% from 255) = 76.56%

R = 7.19%
G = 16.25%
B = 76.56%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1734F5 (or 0x1734F5) is known color: Persian Blue. HEX triplet: 17, 34 and F5. RGB value is (23,52,245). Sum of RGB (Red+Green+Blue) = 23+52+245=320 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.19% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 245 (96.09% from 255 or 76.56% from 320); Max value from RGB is 245 - color contains mainly: blue. Hex color #1734F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1734F5 is #E8CB0A. Grayscale: #404040. Windows color (decimal): -15256331 or 16069655. OLE color: 16069655.

HSL color Cylindrical-coordinate representation of color #1734F5: hue angle of 232.16º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1734F5 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 23 52 245 -
CMYK 0.91 0.79 0 0.04
HSL 232.16º 0.92% 0.53% -
HSV(B) 232.16º 0.91% 0.96% -
XYZ 18.06 9.23 87.22 -
YUV 65.33 229.39 97.81 -
System Red Green Blue C M Y K H S L
Decimal 23 52 245 0.91 0.79 0 0.04 232.16 0.92 0.53
Hex 17 34 F5 5B 4F 0 4 E8 5C 35
Octal 27 64 365 133 117 0 4 350 134 65
Binary 10111 110100 11110101 1011011 1001111 0 100 11101000 1011100 110101

Color Harmonies of #1734F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1734F5

Black with #1734F5

Text Example


Text Example

White with #1734F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1734F5; }

 p { color: rgb(23,52,245); }

 H1.HeaderClassName
 {
   color: #1734F5;
 }
 .AnyTagClassName
 {
   color: #1734F5;
 }
</style>

background-color css

<style>
 a { background-color: #1734F5; }

 a { background-color: rgb(23,52,245); }

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

border-color css

<style>
 span { border-color: #1734F5; }

 span { border-color: rgb(23,52,245); }

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