#1708BC

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

Shades of Medium Blue #1708BC

Tints of Medium Blue #1708BC

Color information

#1708BC (or 0x1708BC) is unknown color: approx Medium Blue. HEX triplet: 17, 08 and BC. RGB value is (23,8,188). Sum of RGB (Red+Green+Blue) = 23+8+188=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 188 (73.83% from 255 or 85.84% from 219); Max value from RGB is 188 - color contains mainly: blue. Hex color #1708BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1708BC is #E8F743. Grayscale: #202020. Windows color (decimal): -15267652 or 12322839. OLE color: 12322839.

HSL color Cylindrical-coordinate representation of color #1708BC: hue angle of 245º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1708BC is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB238188-
CMYK0.880.9600.26
HSL245º91.84%38.43%-
HSV(B)245º95.74%73.73%-
XYZ9.523.9947.84-
YUV33.01215.47120.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.50%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 188 (73.83% from 255) = 85.84%
R=10.50%
G=3.65%
B=85.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2381880.880.9600.2624591.8438.43
Hex178BC586001Af55c26
Octal271027413014003236513446
Binary1011110001011110010110001100000011010111101011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1708BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1708BC; }

 p { color: rgb(23,8,188); }

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

<style>
 a { background-color: #1708BC; }

 a { background-color: rgb(23,8,188); }

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

<style>
 span { border-color: #1708BC; }

 span { border-color: rgb(23,8,188); }

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