#1724D2

Color #1724D2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1724D2

Tints of Persian Blue #1724D2

Color information

#1724D2 (or 0x1724D2) is unknown color: approx Persian Blue. HEX triplet: 17, 24 and D2. RGB value is (23,36,210). Sum of RGB (Red+Green+Blue) = 23+36+210=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 210 (82.42% from 255 or 78.07% from 269); Max value from RGB is 210 - color contains mainly: blue. Hex color #1724D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1724D2 is #E8DB2D. Grayscale: #333333. Windows color (decimal): -15260462 or 13771799. OLE color: 13771799.

HSL color Cylindrical-coordinate representation of color #1724D2: hue angle of 235.83º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1724D2 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2336210-
CMYK0.890.8300.18
HSL235.83º80.26%45.69%-
HSV(B)235.83º89.05%82.35%-
XYZ12.626.161.48-
YUV51.95217.19107.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.55%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 210 (82.42% from 255) = 78.07%
R=8.55%
G=13.38%
B=78.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal23362100.890.8300.18235.8380.2645.69
Hex1724D25953012ec502e
Octal274432213112302235412056
Binary101111001001101001010110011010011010010111011001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1724D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1724D2; }

 p { color: rgb(23,36,210); }

 H1.HeaderClassName
 {
   color: #1724D2;
 }
 .AnyTagClassName
 {
   color: #1724D2;
 }
</style>
background-color css

<style>
 a { background-color: #1724D2; }

 a { background-color: rgb(23,36,210); }

 div.DivClassName
 {
   background-color: #1724D2;
 }
 .BgClassName
 {
   background-color: #1724D2;
 }
</style>
border-color css

<style>
 span { border-color: #1724D2; }

 span { border-color: rgb(23,36,210); }

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