#1716BE

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

Shades of Medium Blue #1716BE

Tints of Medium Blue #1716BE

Color information

#1716BE (or 0x1716BE) is unknown color: approx Medium Blue. HEX triplet: 17, 16 and BE. RGB value is (23,22,190). Sum of RGB (Red+Green+Blue) = 23+22+190=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #1716BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1716BE is #E8E941. Grayscale: #282828. Windows color (decimal): -15264066 or 12457495. OLE color: 12457495.

HSL color Cylindrical-coordinate representation of color #1716BE: hue angle of 240.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1716BE is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2322190-
CMYK0.880.8800.25
HSL240.36º79.25%41.57%-
HSV(B)240.36º88.42%74.51%-
XYZ9.934.4749.06-
YUV41.45211.83114.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.79%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 190 (74.61% from 255) = 80.85%
R=9.79%
G=9.36%
B=80.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal23221900.880.8800.25240.3679.2541.57
Hex1716BE5858019f04f2a
Octal272627613013003136011752
Binary10111101101011111010110001011000011001111100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1716BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1716BE; }

 p { color: rgb(23,22,190); }

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

<style>
 a { background-color: #1716BE; }

 a { background-color: rgb(23,22,190); }

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

<style>
 span { border-color: #1716BE; }

 span { border-color: rgb(23,22,190); }

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