Html Css Color HEX #1730CD Persian Blue

📋 copy color: '#1730CD'

red 23 ◦ green 48 ◦ blue 205

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

Shades of Persian Blue #1730CD

Tints of Persian Blue #1730CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.28%

R = 8.33%
G = 17.39%
B = 74.28%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1730CD (or 0x1730CD) is known color: Persian Blue. HEX triplet: 17, 30 and CD. RGB value is (23,48,205). Sum of RGB (Red+Green+Blue) = 23+48+205=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #1730CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1730CD is #E8CF32. Grayscale: #393939. Windows color (decimal): -15257395 or 13447191. OLE color: 13447191.

HSL color Cylindrical-coordinate representation of color #1730CD: hue angle of 231.76º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1730CD is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 48 205 -
CMYK 0.89 0.77 0 0.20
HSL 231.76º 0.8% 0.45% -
HSV(B) 231.76º 0.89% 0.8% -
XYZ 12.43 6.7 58.4 -
YUV 58.42 210.72 102.73 -
System Red Green Blue C M Y K H S L
Decimal 23 48 205 0.89 0.77 0 0.20 231.76 0.8 0.45
Hex 17 30 CD 59 4D 0 14 E8 50 2D
Octal 27 60 315 131 115 0 24 350 120 55
Binary 10111 110000 11001101 1011001 1001101 0 10100 11101000 1010000 101101

Color Harmonies of #1730CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1730CD

Black with #1730CD

Text Example


Text Example

White with #1730CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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