Html Css Color HEX #1730DE Persian Blue

📋 copy color: '#1730DE'

red 23 ◦ green 48 ◦ blue 222

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

Shades of Persian Blue #1730DE

Tints of Persian Blue #1730DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 75.77%

R = 7.85%
G = 16.38%
B = 75.77%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1730DE (or 0x1730DE) is known color: Persian Blue. HEX triplet: 17, 30 and DE. RGB value is (23,48,222). Sum of RGB (Red+Green+Blue) = 23+48+222=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 222 (87.11% from 255 or 75.77% from 293); Max value from RGB is 222 - color contains mainly: blue. Hex color #1730DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1730DE is #E8CF21. Grayscale: #3B3B3B. Windows color (decimal): -15257378 or 14561303. OLE color: 14561303.

HSL color Cylindrical-coordinate representation of color #1730DE: hue angle of 232.46º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1730DE is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 48 222 -
CMYK 0.90 0.78 0 0.13
HSL 232.46º 0.81% 0.48% -
HSV(B) 232.46º 0.9% 0.87% -
XYZ 14.6 7.57 69.8 -
YUV 60.36 219.22 101.35 -
System Red Green Blue C M Y K H S L
Decimal 23 48 222 0.90 0.78 0 0.13 232.46 0.81 0.48
Hex 17 30 DE 5A 4E 0 D E8 51 30
Octal 27 60 336 132 116 0 15 350 121 60
Binary 10111 110000 11011110 1011010 1001110 0 1101 11101000 1010001 110000

Color Harmonies of #1730DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1730DE

Black with #1730DE

Text Example


Text Example

White with #1730DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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