#1617BD

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

Shades of Medium Blue #1617BD

Tints of Medium Blue #1617BD

Color information

#1617BD (or 0x1617BD) is unknown color: approx Medium Blue. HEX triplet: 16, 17 and BD. RGB value is (22,23,189). Sum of RGB (Red+Green+Blue) = 22+23+189=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #1617BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1617BD is #E9E842. Grayscale: #282828. Windows color (decimal): -15329347 or 12392214. OLE color: 12392214.

HSL color Cylindrical-coordinate representation of color #1617BD: hue angle of 239.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1617BD is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2223189-
CMYK0.880.8800.26
HSL239.64º79.15%41.37%-
HSV(B)239.64º88.36%74.12%-
XYZ9.824.4648.49-
YUV41.62211.17114-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 23 (9.38% from 255) = 9.83%
BLUE value IS 189 (74.22% from 255) = 80.77%
R=9.40%
G=9.83%
B=80.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22231890.880.8800.26239.6479.1541.37
Hex1617BD585801Af04f29
Octal262727513013003236011751
Binary10110101111011110110110001011000011010111100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1617BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1617BD; }

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

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

<style>
 a { background-color: #1617BD; }

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

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

<style>
 span { border-color: #1617BD; }

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

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