Html Css Color HEX #1730D9 Persian Blue

📋 copy color: '#1730D9'

red 23 ◦ green 48 ◦ blue 217

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

Shades of Persian Blue #1730D9

Tints of Persian Blue #1730D9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

 BLUE value IS 217 (85.16% from 255) = 75.35%

R = 7.99%
G = 16.67%
B = 75.35%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1730D9 (or 0x1730D9) is known color: Persian Blue. HEX triplet: 17, 30 and D9. RGB value is (23,48,217). Sum of RGB (Red+Green+Blue) = 23+48+217=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 217 (85.16% from 255 or 75.35% from 288); Max value from RGB is 217 - color contains mainly: blue. Hex color #1730D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1730D9 is #E8CF26. Grayscale: #3B3B3B. Windows color (decimal): -15257383 or 14233623. OLE color: 14233623.

HSL color Cylindrical-coordinate representation of color #1730D9: hue angle of 232.27º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1730D9 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 48 217 -
CMYK 0.89 0.78 0 0.15
HSL 232.27º 0.81% 0.47% -
HSV(B) 232.27º 0.89% 0.85% -
XYZ 13.93 7.31 66.32 -
YUV 59.79 216.72 101.76 -
System Red Green Blue C M Y K H S L
Decimal 23 48 217 0.89 0.78 0 0.15 232.27 0.81 0.47
Hex 17 30 D9 59 4E 0 F E8 51 2F
Octal 27 60 331 131 116 0 17 350 121 57
Binary 10111 110000 11011001 1011001 1001110 0 1111 11101000 1010001 101111

Color Harmonies of #1730D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1730D9

Black with #1730D9

Text Example


Text Example

White with #1730D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1730D9; }

 p { color: rgb(23,48,217); }

 H1.HeaderClassName
 {
   color: #1730D9;
 }
 .AnyTagClassName
 {
   color: #1730D9;
 }
</style>

background-color css

<style>
 a { background-color: #1730D9; }

 a { background-color: rgb(23,48,217); }

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

border-color css

<style>
 span { border-color: #1730D9; }

 span { border-color: rgb(23,48,217); }

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