#1705C0

Color #1705C0 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1705C0

Tints of Medium Blue #1705C0

Color information

#1705C0 (or 0x1705C0) is unknown color: approx Medium Blue. HEX triplet: 17, 05 and C0. RGB value is (23,5,192). Sum of RGB (Red+Green+Blue) = 23+5+192=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 192 (75.39% from 255 or 87.27% from 220); Max value from RGB is 192 - color contains mainly: blue. Hex color #1705C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1705C0 is #E8FA3F. Grayscale: #1E1E1E. Windows color (decimal): -15268416 or 12584215. OLE color: 12584215.

HSL color Cylindrical-coordinate representation of color #1705C0: hue angle of 245.78º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1705C0 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB235192-
CMYK0.880.9700.25
HSL245.78º94.92%38.63%-
HSV(B)245.78º97.4%75.29%-
XYZ9.924.150.14-
YUV31.7218.46121.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.45%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 192 (75.39% from 255) = 87.27%
R=10.45%
G=2.27%
B=87.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2351920.880.9700.25245.7894.9238.63
Hex175C05861019f65f27
Octal27530013014103136613747
Binary101111011100000010110001100001011001111101101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1705C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1705C0; }

 p { color: rgb(23,5,192); }

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

<style>
 a { background-color: #1705C0; }

 a { background-color: rgb(23,5,192); }

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

<style>
 span { border-color: #1705C0; }

 span { border-color: rgb(23,5,192); }

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