#1700BF

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

Shades of Medium Blue #1700BF

Tints of Medium Blue #1700BF

Color information

#1700BF (or 0x1700BF) is unknown color: approx Medium Blue. HEX triplet: 17, 00 and BF. RGB value is (23,0,191). Sum of RGB (Red+Green+Blue) = 23+0+191=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 191 (75% from 255 or 89.25% from 214); Max value from RGB is 191 - color contains mainly: blue. Hex color #1700BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1700BF is #E8FF40. Grayscale: #1B1B1B. Windows color (decimal): -15269697 or 12517399. OLE color: 12517399.

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

Color convert

RGB230191-
CMYK0.88100.25
HSL247.23º100%37.45%-
HSV(B)247.23º100%74.9%-
XYZ9.763.9449.54-
YUV28.65219.62123.97-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 89.25%
R=10.75%
G=0%
B=89.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2301910.88100.25247.2310037.45
Hex170BF5864019f76425
Octal27027713014403136714445
Binary1011101011111110110001100100011001111101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1700BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1700BF; }

 p { color: rgb(23,0,191); }

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

<style>
 a { background-color: #1700BF; }

 a { background-color: rgb(23,0,191); }

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

<style>
 span { border-color: #1700BF; }

 span { border-color: rgb(23,0,191); }

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