Html Css Color HEX #1725DC Persian Blue

📋 copy color: '#1725DC'

red 23 ◦ green 37 ◦ blue 220

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

Shades of Persian Blue #1725DC

Tints of Persian Blue #1725DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

 BLUE value IS 220 (86.33% from 255) = 78.57%

R = 8.21%
G = 13.21%
B = 78.57%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1725DC (or 0x1725DC) is known color: Persian Blue. HEX triplet: 17, 25 and DC. RGB value is (23,37,220). Sum of RGB (Red+Green+Blue) = 23+37+220=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #1725DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725DC is #E8DA23. Grayscale: #343434. Windows color (decimal): -15260196 or 14427415. OLE color: 14427415.

HSL color Cylindrical-coordinate representation of color #1725DC: hue angle of 235.74º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1725DC is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 37 220 -
CMYK 0.90 0.83 0 0.14
HSL 235.74º 0.81% 0.48% -
HSV(B) 235.74º 0.9% 0.86% -
XYZ 13.93 6.67 68.26 -
YUV 53.68 221.86 106.12 -
System Red Green Blue C M Y K H S L
Decimal 23 37 220 0.90 0.83 0 0.14 235.74 0.81 0.48
Hex 17 25 DC 5A 53 0 E EC 51 30
Octal 27 45 334 132 123 0 16 354 121 60
Binary 10111 100101 11011100 1011010 1010011 0 1110 11101100 1010001 110000

Color Harmonies of #1725DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1725DC

Black with #1725DC

Text Example


Text Example

White with #1725DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1725DC; }

 p { color: rgb(23,37,220); }

 H1.HeaderClassName
 {
   color: #1725DC;
 }
 .AnyTagClassName
 {
   color: #1725DC;
 }
</style>

background-color css

<style>
 a { background-color: #1725DC; }

 a { background-color: rgb(23,37,220); }

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

border-color css

<style>
 span { border-color: #1725DC; }

 span { border-color: rgb(23,37,220); }

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