Html Css Color HEX #1745CD Persian Blue

📋 copy color: '#1745CD'

red 23 ◦ green 69 ◦ blue 205

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

Shades of Persian Blue #1745CD

Tints of Persian Blue #1745CD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

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

R = 7.74%
G = 23.23%
B = 69.02%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1745CD (or 0x1745CD) is known color: Persian Blue. HEX triplet: 17, 45 and CD. RGB value is (23,69,205). Sum of RGB (Red+Green+Blue) = 23+69+205=297 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.74% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #1745CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1745CD is #E8BA32. Grayscale: #464646. Windows color (decimal): -15252019 or 13452567. OLE color: 13452567.

HSL color Cylindrical-coordinate representation of color #1745CD: hue angle of 224.84º 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 #1745CD is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 69 205 -
CMYK 0.89 0.66 0 0.20
HSL 224.84º 0.8% 0.45% -
HSV(B) 224.84º 0.89% 0.8% -
XYZ 13.5 8.85 58.75 -
YUV 70.75 203.76 93.94 -
System Red Green Blue C M Y K H S L
Decimal 23 69 205 0.89 0.66 0 0.20 224.84 0.8 0.45
Hex 17 45 CD 59 42 0 14 E1 50 2D
Octal 27 105 315 131 102 0 24 341 120 55
Binary 10111 1000101 11001101 1011001 1000010 0 10100 11100001 1010000 101101

Color Harmonies of #1745CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1745CD

Black with #1745CD

Text Example


Text Example

White with #1745CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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